chirp with gaussian envelope

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

 採用された回答

Daniel Shub
Daniel Shub 2011 年 5 月 17 日

0 投票

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

1 件のコメント

Mohammed
Mohammed 2011 年 5 月 17 日
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)

サインインしてコメントする。

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by