phased.StretchProcessor
Stretch processor for linear FM waveform
Description
The phased.StretchProcessor object performs stretch processing on a linear FM
waveform.
To perform stretch processing:
Create the
phased.StretchProcessorobject and set its properties.Call the object with arguments, as if it were a function.
To learn more about how System objects work, see What Are System Objects?
Creation
Description
stretchproc = phased.StretchProcessor creates a stretch
processor System object™, stretchproc. The object performs stretch
processing on data from a linear FM waveform.
creates a stretch processor object, stretchproc = phased.StretchProcessor(Name = Value)stretchproc, with
additional options specified by one or more Name = Value
pair arguments. You can specify several name-value pair arguments in any order
as Name1 = Value1,…,NameN = ValueN.
Properties
Usage
Description
Input Arguments
Output Arguments
Object Functions
To use an object function, specify the
System object as the first input argument. For
example, to release system resources of a System object named obj, use
this syntax:
release(obj)
Examples
Algorithms
References
[1] Richards, M. A. Fundamentals of Radar Signal Processing. New York: McGraw-Hill, 2005.
Extended Capabilities
Version History
Introduced in R2012a

