Why does LinearFMWaveform require integer Sampling Rate / PRF ratios?
조회 수: 8 (최근 30일)
이전 댓글 표시
Does anybody know why the LinearFMWaveform demands that this condition be met:
The quantity (SampleRate ./ PRF) is a scalar or vector that must contain only integers.
I am modeling a radar with a fixed sampling rate and a discrete set of PRFs. But I cannot make side-by-side comparisons when I have to change the sampling rate for each waveform. Does anybody know a way around this behavior?
댓글 수: 0
답변 (1개)
Honglei Chen
2012년 10월 5일
Hi Michael,
The pulse supposed to repeat itself at the PRF. If the ratio is not an integer, then the waveform cannot be started from the beginning. As a consequence, the LinearFMWaveform also cannot really output one pulse a time because a pulse is not represented by the integer number of points.
This being said, I am very curious about your case here. Would you mind sharing that in such a situation, how you would like the waveform to behave?
Thanks.
참고 항목
카테고리
Help Center 및 File Exchange에서 Pulsed Waveforms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!