[PhasedArrayToolbox] Why the graph doesn't reach the amplitude value?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Vitaly Krepak
le 30 Mar 2015
Réponse apportée : Honglei Chen
le 30 Mar 2015
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))
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/148462/image.jpeg)
0 commentaires
Réponse acceptée
Honglei Chen
le 30 Mar 2015
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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Pulsed Waveforms dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!