Option Name Option Value
'Shape' Use when you set 'SweepMethod' to 'quadratic' to
describe the shape of the parabola in the positive
frequency axis:- 'concave' — Concave quadratic sweeping shape.
- 'convex' — Convex quadratic sweeping shape.
'InitialPhase' Initial phase of the Chirp signal in degrees.Default: 270Examples
Create a Chirp Input Signal with Specified Frequency RangeCreate a chirp input signal with frequencies ranging from 10 to 500 rad/s. Specify the
amplitude and the number of samples as well.input = frest.Chirp('Amplitude',1e-3,...
'FreqRange',[10 500],...
'NumSamples',20000)15 Alphabetical List