Effacer les filtres
Effacer les filtres

how to increase the amplitude of a gaussian pulse?

4 vues (au cours des 30 derniers jours)
Rohan Repale
Rohan Repale le 23 Mai 2013
HI, The following code -
tc = gauspuls('cutoff',50e3,0.6,[],-40);
t = -tc : 1e-6 : tc;
yi = gauspuls(t,50e3,0.6);
plot(t,yi)
generates a unity-amplitude gaussian pulse, how can I increase the amplitude to 900?
Thanks

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 23 Mai 2013
yi =900*gauspuls(t,50e3,0.6);
plot(t,yi)

Plus de réponses (0)

Tags

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by