chirp with gaussian envelope

1 次查看(过去 30 天)
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
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 个)

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by