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!