필터 지우기
필터 지우기

how to increase the amplitude of a gaussian pulse?

조회 수: 4 (최근 30일)
Rohan Repale
Rohan Repale 2013년 5월 23일
HI, The following code -
tc = gauspuls('cutoff',50e3,0.6,[],-40);
t = -tc : 1e-6 : tc;
yi = gauspuls(t,50e3,0.6);
plot(t,yi)
generates a unity-amplitude gaussian pulse, how can I increase the amplitude to 900?
Thanks

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2013년 5월 23일
yi =900*gauspuls(t,50e3,0.6);
plot(t,yi)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Waveform Generation에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by