Question about FMCW radar matlab code
古いコメントを表示
We are trying to make a matlab code for post signal processing of FMCW radar . Can anyone give me code to post process after FMCW radar .. the output of radar is an IF signal and distance can be measured by checking the spike of IF signal as per the theory . ..
回答 (3 件)
Honglei Chen
2015 年 9 月 23 日
0 投票
The following demo may be helpful
HTH
1 件のコメント
Mohammad Mahbubur Rahman Khan Mamun
2015 年 9 月 23 日
Amna Al Teneiji
2018 年 5 月 8 日
0 投票
I have one question about FMCW radar example provided in Mathworks: http://www.mathworks.com/help/phased/examples/automotive-adaptive-cruise-control-using-fmcw-technology.html
I tried the simulation and I noticed something I don't understand it! They specify the range resolution 1m, so if the target lies at distances integer multiple of range resolution (for example: 1m, 2m, 3m,...) we get 1 peak corresponding to beat frequency. However, if the target lies at distances not integer multiple of range resolution (for axample: 1.5m,2.4m, ...) the result of the spectrum analyzer is two peaks corresponds to the two integer multiple distances that lies in between!! For example: if the target distance 1.5m: the two peaks are raised in 1m and 2m!! Could anyone explain why this is happens?!
Thanks.
1 件のコメント
Honglei Chen
2018 年 5 月 8 日
This is because the radar does not sample continuously so it can only sample at certain distance. If you arrive between two sampled times, for radar, it is just like the arrival time is at a later time sample.
HTH
Amna Al Teneiji
2018 年 5 月 16 日
0 投票
Thanks Honglei Chen. I just wondering how to solve this issue. I tried to increase the sampling frequency as much as I can but it doesn't solve it. I tried several methods like zero padding, windowing and interpolation but with no improvement! How can I program it to sample continuously?
1 件のコメント
Honglei Chen
2018 年 5 月 16 日
I'm not sure if you can completely eliminate it. You will have the same issue in reality as long as you use digital techniques.
カテゴリ
ヘルプ センター および File Exchange で Automotive Radar についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!