chirp with gaussian envelope

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

 Respuesta aceptada

Daniel Shub
Daniel Shub el 17 de Mayo de 2011

0 votos

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

1 comentario

Mohammed
Mohammed el 17 de Mayo de 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)

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre MATLAB en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 17 de Mayo de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by