step
System object: phased.StretchProcessor
Namespace: phased
Perform stretch processing for linear FM waveform
Syntax
Y = step(H,X)
Y = step(H,X,PRF)
Description
Note
Starting in R2016b, instead of using the step
method
to perform the operation defined by the System object™, you can
call the object with arguments, as if it were a function. For example, y
= step(obj,x)
and y = obj(x)
perform
equivalent operations.
applies
stretch processing along the first dimension of Y
= step(H
,X
)X
.
Each column of X
represents one receiving pulse.
uses Y
= step(H
,X
,PRF
)PRF
as the pulse repetition frequency. This syntax is
available when the PRFSource
property is 'Input
port'
.
Input Arguments
|
Stretch processor object. |
|
Input signal matrix. Each column represents one received pulse. The size of the first dimension of the input matrix can vary to simulate a changing signal length. A size change can occur, for example, in the case of a pulse waveform with variable pulse repetition frequency. |
|
Pulse repetition frequency specified as a positive scalar. To enable this
argument, set the |
Output Arguments
|
Result of stretch processing. The dimensions of |