Filter löschen
Filter löschen

chirp with gaussian envelope

1 Ansicht (letzte 30 Tage)
Mohammed
Mohammed am 17 Mai 2011
hi all, I need to use an up chirp pulse but with Gaussian envelope. Any idea that can help me?

Akzeptierte Antwort

Daniel Shub
Daniel Shub am 17 Mai 2011
t = -1:0.01:1;
env = normpdf(t);
x = chirp(t);
y = env.*x;
  1 Kommentar
Mohammed
Mohammed am 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)

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by