phased.FMCWWaveform generate wave without carried frequency
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
hi! i found a question using phased.FMCWWaveform. the start frequency of the wave is 0Hz just like in the pic( https://ww2.mathworks.cn/help/examples/radar/win64/FMCWExample_01.png ). i know that it will need many computer hardware if we set a high start frequency like 77GHz and the example( https://ww2.mathworks.cn/help/radar/ug/automotive-adaptive-cruise-control-using-fmcw-technology.html ) just use the function tool and make a good simulation result. i am very puzzled that how the example can get a good result since the dechirp signal contains fc(carried frequency) information. fc not only influent propagation but also determine the dechirp signal. According to the theoretical derivation,we can get doppler frequency(fd=-2fc*R/c). as we all know,the fc in wave generated by phased.FMCWWaveform is 0,so the doppler frequency is 0? how does the example get a nice result? thanks for helping me solving the question.
1 comentario
Respuestas (1)
Sudarsanan A K
el 22 de En. de 2024
Editada: Sudarsanan A K
el 22 de En. de 2024
Hello Peng,
In MATLAB simulations using "phased.FMCWWaveform", the carrier frequency () is typically not modeled because it does not influence the outcome of the simulation. The function generates a chirp signal used to determine the range and velocity of targets in FMCW radar systems.
The beat frequency, which is crucial for measuring target information, is derived from the transmitted and received signal frequencies. Since the carrier frequency cancels out during signal processing (dechirping), it's not required in the simulation to obtain accurate results for the target's range and velocity.
The Doppler frequency () is given by:
where 'v' is the target's velocity, and 'c' is the speed of light. The carrier frequency () is assumed to be part of the radar system but does not need to be explicitly included in the simulation.
Thus, the MATLAB example can generate accurate results without specifying a high carrier frequency like .
For more information on FMCW radar simulations in MATLAB, you can refer to the following resources:
- https://www.mathworks.com/help/phased/ref/phased.fmcwwaveform-system-object.html
- https://www.mathworks.com/videos/radar-basics-part-1-fmcw-for-autonomous-vehicles-1655122268519.html
- https://mathworks.com/help/radar/ug/automotive-adaptive-cruise-control-using-fmcw-technology.html
I hope this helps!
0 comentarios
Ver también
Categorías
Más información sobre Automotive Radar en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!