frest.createStep
Package: frest
Step input signal
Syntax
input = frest.createStep('OptionName',OptionValue)
Description
input = frest.createStep('OptionName',OptionValue) creates a step input
signal as a MATLAB timeseries object using the options specified by comma-separated
name/value pairs.
Plot your input signal using plot(input).
Input Arguments
'OptionName',OptionValue
Signal characteristics, specified as comma-separated option name and option value pairs.
Option Name Option Value
'Ts' Sample time of the step input in seconds.
Default: 1e-3
'StepTime' Time in seconds when the output jumps from 0 to the
StepSize parameter.
Default: 1
'StepSize' Value of the step signal after time reaches and exceeds
the StepTime parameter.
Default: 1
15 Alphabetical List