Main Content
beat2range
Convert beat frequency to range
Description
Examples
Input Arguments
Output Arguments
More About
Algorithms
If fb
is a vector, the function computes c*fb/(2*slope)
.
If fb
is an M-by-2 matrix with a row [UpSweepBeatFrequency,DownSweepBeatFrequency]
,
the corresponding row in r
is c*((UpSweepBeatFrequency
- DownSweepBeatFrequency)/2)/(2*slope)
.
This function supports single and double precision for input data and arguments.
References
[1] Pace, Phillip. Detecting and Classifying Low Probability of Intercept Radar. Artech House, Boston, 2009.
[2] Skolnik, M.I. Introduction to Radar Systems. New York: McGraw-Hill, 1980.
Extended Capabilities
Version History
Introduced in R2012b
See Also
dechirp
| range2beat
| rdcoupling
| phased.FMCWWaveform
Topics
- Automotive Adaptive Cruise Control Using FMCW Technology (Radar Toolbox)