Linear Frequency Modulated Waveform
이전 댓글 표시
why LFM waveform has varying amplitude when i take step of phased.LinearFMWaveform
댓글 수: 3
Wayne King
2013년 7월 20일
Can you please show how you set the properties for your System object.
Jagadeeshvelan kumar
2013년 7월 22일
편집: Honglei Chen
2013년 7월 22일
Honglei Chen
2013년 7월 22일
added code format to the comment above.
답변 (1개)
Honglei Chen
2013년 7월 22일
편집: Honglei Chen
2013년 7월 22일
The plot() function on LinearFMWaveform, plots only the real part of the waveform, so the amplitude is indeed varying.
If you are asking why in each period, the maximum amplitude seems to be varying, that is because in discrete time, you may not always be able to sample right at the peak in each period. However, if you plot
plot(abs(x))
You can see that the magnitude is constant.
HTH
카테고리
도움말 센터 및 File Exchange에서 Pulsed Waveforms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!