Skip to main content
Home
SMAC - Systems Modeling Analysis and Control

Navigation principale

  • Home
  • Modeling
  • Analysis
  • Control
  • Aerospace Benchmarks

Breadcrumb

  1. Home

Routine delta2xi

From matrix form to vector form.

Description

This routine converts a block-diagonal operator Δ from matrix form to vector form.

Syntax

xi=delta2xi(delta,blk)

Input arguments

 deltaMatrix form of Δ=diag(Δ1,...,ΔN).
 blk

Matrix defining the structure of Δ. Its first 2 columns must be defined as follows for all i=1,...,N:

  • blk(i,1:2)=[-ni 0] → Δi = δiIni with Δi real,
  • blk(i,1:2)=[ni 0] → Δi = δiIni with Δi complex,
  • blk(i,1:2)=[ni mi] → Δi $ is a full ni x mi complex block.

Output argument

 xiVector form of Δ.

Example

blk=[-3 0;2 0;2 3];
xi1=(1:15)';
delta=xi2delta(xi1,blk)
xi2=delta2xi(delta,blk)

See also

xi2delta

Navigation

  • Home
  • Modeling
  • Analysis
    • SMART library
      • Download library
      • Getting started
      • Benchmarking
      • List of routines
        • calc_freq_resp
        • check_stab
        • convert_data
        • delta2xi
        • display_sector
        • find_points
        • gen_grid
        • hinflb_real
        • iomargins
        • linconv
        • make_square
        • mubb
        • mubb_mixed
        • mulb
        • mulb_1real
        • mulb_mixed
        • mulb_nreal
        • muub
        • muub_lmi
        • muub_mixed
        • plot_muub
        • quadconv
        • xi2delta
    • IQC library
    • Sedumi-based IQC solver
  • Control
  • Aerospace Benchmarks
ONERA

Systems Control and Flight Dynamics Department
2, avenue Edouard Belin
31055 Toulouse
smac@onera.fr

Flux RSS

Menu du compte de l'utilisateur

  • Log in