sampling rate requirements in radar end-to-end simulations
3 views (last 30 days)
Show older comments
I am slightly confused about the sampling rates needed for radar end-to-end simulations. In order to model physical effects of the environment on the radar signal. so If I am simulating a radar operating between, let's say, 2 to 4 GHz, I would be usng a sampling rate of 8GHz. right? If I do so, matlab runs out of memory trying to create the waveform I need. Specifically, I am using phased.SteppedFMWaveform object which requires specifying the sampling rate.
The other problem I have is, that phased.SteppedFMWaveform generates N stepped pulses when you specify N (number of steps). The problem is I need to start at a different frequency, let's say 2GHz. How could this be done?
Thanks,
0 Comments
Accepted Answer
Honglei Chen
on 29 Feb 2016
For a bandpass signal, in theory the sampling rate only needs to be the same as the bandwidth.
Unfortunately right now the waveform can only starts at 0. Can you share some information regarding in what situation you want to start at a different frequency? As a workaround, you can modulate the output of the waveform with a complex sinusoid with offset frequency. HTH
2 Comments
Honglei Chen
on 1 Mar 2016
If you are talking about complex baseband, then I think 2 GHz should work although there is nothing wrong with 4 GHz sampling rate. The memory limit is a practical concern. Currently Phased Array System Toolbox supports only double so sampling at such a high rate does demand a lot of memory. You can try to free things along the way but there is probably no silver bullet to address it at this point.
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!