Linear Frequency Modulated Waveform
Show older comments
why LFM waveform has varying amplitude when i take step of phased.LinearFMWaveform
3 Comments
Wayne King
on 20 Jul 2013
Can you please show how you set the properties for your System object.
Jagadeeshvelan kumar
on 22 Jul 2013
Edited: Honglei Chen
on 22 Jul 2013
Honglei Chen
on 22 Jul 2013
added code format to the comment above.
Answers (1)
Honglei Chen
on 22 Jul 2013
Edited: Honglei Chen
on 22 Jul 2013
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
Categories
Find more on Pulsed Waveforms in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!