| Contents | Index |
Swept-frequency cosine signal
input = frest.Chirp(sys)
input = frest.Chirp('OptionName',OptionValue)
input = frest.Chirp(sys) creates a swept-frequency cosine input signal based on the dynamics of a linear system sys.
input = frest.Chirp('OptionName',OptionValue) creates a swept-frequency cosine input signal using the options specified by comma-separated name/value pairs.
To view a plot of your input signal, type plot(input). To obtain a timeseries for your input signal, use the generateTimeseries command.
sys |
Linear system for creating a chirp signal based on the dynamic characteristics of this system. You can specify the linear system based on known dynamics using tf, zpk, or ss. You can also obtain the linear system by linearizing a nonlinear system. The resulting chirp signal automatically sets these options based on the linear system:
Other chirp options have default values. | ||||||||||||||||||
'OptionName',OptionValue |
Signal characteristics, specified as comma-separated pairs of option name string and the option value.
|
Create a chirp input signal:
input = frest.Chirp('Amplitude',1e-3,'FreqRange',[10 500],'NumSamples',20000)
frest.Random | frest.Sinestream | frestimate | generateTimeseries | getSimulationTime

Learn more about resources for designing, testing, and implementing control systems.
Get free kit| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |