FMCW sweeptime Query!
1 回表示 (過去 30 日間)
古いコメントを表示
I am working on fmcw radar with these parameters :
end
Kindly help me through this query, awaiting reply
0 件のコメント
採用された回答
Honglei Chen
2016 年 9 月 21 日
I don't have your data to test it, but if you are using a 1ms sweeping time, then you need to update your sweep slope too. Instead of using
sweep_slope = 500e6/(5.5*600/3e8)
It should be
swee[_slope = 500e6/1e-3
HTH
14 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!