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!