dechirp
Perform dechirp operation on FMCW signal
Syntax
Description
Examples
Input Arguments
Output Arguments
Algorithms
For column vectors x
and xref
,
the mix operation is defined as xref .* conj(x)
.
If x
has multiple columns, the mix operation
applies the preceding expression to each column of x
independently.
The mix operation reverses the Doppler shift embedded in x
, because of
the mixing order of xref
and x
. The mixing
order affects the sign of the imaginary part of the output argument,
y
. There is no consistent convention in the literature about
the mixing order. This function and the beat2range
function use the same convention. If your program processes
the output of dechirp
in other ways, take the mixing order into
account.
This function supports single and double precision for input data and arguments. If
the input data, x
, is single precision, the output data is single
precision, regardless of the precision of the arguments. If the input data is double
precision, the output data is double precision, regardless of the precision of the
arguments.
References
[1] Pace, Phillip. Detecting and Classifying Low Probability of Intercept Radar. Boston: Artech House, 2009.
[2] Skolnik, M.I. Introduction to Radar Systems. New York: McGraw-Hill, 1980.
Extended Capabilities
Version History
Introduced in R2012b
See Also
beat2range
| phased.RangeDopplerResponse
Topics
- Automotive Adaptive Cruise Control Using FMCW Technology (Radar Toolbox)