Path: Common/Control
% Creates a frequency vector with points around resonances. The resonances are specified in the vector w. Only complex values of w will be used. Those with negative imaginary parts will be ignored. Thus you can enter the output of eig as an input to this function. -------------------------------------------------------------------------- Form: wV = WReson( lmin, lmax, n, w ) -------------------------------------------------------------------------- ------ Inputs ------ lmin Log of minimum frequency lmax Log of maximum frequency n Number of logarithmically spaced points w Resonances (complex) ------- Outputs ------- wV Frequency vector --------------------------------------------------------------------------
Common: Control/S2Damp
Back to the Common Module page