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개)

태그

질문:

2011년 5월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by