chirp with gaussian envelope

hi all, I need to use an up chirp pulse but with Gaussian envelope. Any idea that can help me?

 Réponse acceptée

Daniel Shub
Daniel Shub le 17 Mai 2011

0 votes

t = -1:0.01:1;
env = normpdf(t);
x = chirp(t);
y = env.*x;

1 commentaire

Mohammed
Mohammed le 17 Mai 2011
thank you Daniel for your answer, but I need the pulse to be antipodal (for 1 the pulse>0 and for -1 the pulse<0)

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by