필터 지우기
필터 지우기

chirp with gaussian envelope

조회 수: 1 (최근 30일)
Mohammed
Mohammed 2011년 5월 17일
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