Borrar filtros
Borrar filtros

chirp with gaussian envelope

1 visualización (últimos 30 días)
Mohammed
Mohammed el 17 de Mayo de 2011
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
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 Programming en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by