[PhasedArrayToolbox] Why the graph doesn't reach the amplitude value?
3 ビュー (過去 30 日間)
古いコメントを表示
Hello! I'd like to understand why the gaph doesn't reach the amplitude value, and just stops at (100, 0.8), not at (100, 1).
hw = phased.LinearFMWaveform('PulseWidth',1e-4,'PRF',1e4);
x = step(hw);
plot(real(x))
0 件のコメント
採用された回答
Honglei Chen
2015 年 3 月 30 日
Are you expecting it to be just like the first sample. If so, the waveform samples one period of pulse and it starts at time 0. So the last point is the end of the first pulse, not the start of the second pulse, that's why it's not at 1. HTH
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
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!