Clear Filters
Clear Filters

chirp with gaussian envelope

1 view (last 30 days)
Mohammed
Mohammed on 17 May 2011
hi all, I need to use an up chirp pulse but with Gaussian envelope. Any idea that can help me?

Accepted Answer

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

Sign in to comment.

More Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!