Home > freetb4matlab > control > ltifr.m

ltifr

PURPOSE ^

% Linear time invariant frequency response of single-input systems.

SYNOPSIS ^

function out = ltifr (a, b, w)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{out} =} ltifr (@var{a}, @var{b}, @var{w})
% @deftypefnx {Function File} {@var{out} =} ltifr (@var{sys}, @var{w})
% Linear time invariant frequency response of single-input systems.
%
% @strong{Inputs}
% @table @var
% @item a
% @itemx b
% coefficient matrices of @math{dx/dt = A x + B u}
% @item sys
% system data structure
% @item w
% vector of frequencies
% @end table
% @strong{Output}
% @table @var
% @item out
% frequency response, that is:
% @end table
% @iftex
% @tex
% $$ G(j\omega) = (j\omega I-A)^{-1}B $$
% @end tex
% @end iftex
% @ifinfo
% @example
%                            -1
%              G(s) = (jw I-A) B
% @end example
% @end ifinfo
% for complex frequencies @math{s = jw}.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003