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

Navigation principale

  • Home
  • Modeling
  • Analysis
  • Control
  • Aerospace Benchmarks

Breadcrumb

  1. Home

Routine calc_freq_resp

Compute the frequency response of an LTI system.

Description

This routine computes the frequency response of a continuous-time LTI system on a frequency grid with respect to either the imaginary axis or the boundary of a truncated sector. When handling a sector, the frequency response associated to the kth grid point $\omega_k$ is computed at the point $s_k$ of the sector boundary which satisfies $\mathop{\mathrm{Im}} (s_k)=\omega_k$.

Syntax
 

M=calc_freq_resp(sys,grid{,sector})

Input arguments

sysLTI object.
gridFrequency grid in rad/s.
sectorVector $[\alpha\ \xi]$ or $[\alpha\ \xi\ \omega_c]$ characterizing the considered truncated sector (see display_sector for a complete description). This parameter is optional and the default value is sector=[0 0], which means that the left half plane is considered.

Output argument

M3-D array where M(:,:,k) is the frequency response associated to grid(k).

Example

sys=rss(10,2,2); grid=1:20; sector=[-1 0.2 3]; M=calc_freq_resp(sys,grid,sector)

See also

display_sector

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