How to generate unmodulated train of pulses of certain pulse width, and certain pulse repetition frequency, with certain sampling frequency?
조회 수: 2 (최근 30일)
이전 댓글 표시
I have tried that code..
t = 0:1/sampleFreq:10;
d = [0:2:60];
x = @rectpuls;
y = pulstran(t,d,x);
plot(t,y)
But I could not understand what specifies what?
can I also specifiy the amptitude of pulse to be other than 1?
댓글 수: 0
답변 (1개)
Vimal Rathod
2021년 6월 7일
Hello,
Have a look at the documentation link of pluse train, it provides various examples of how to tweak each variable to get different types of pulses with different parameters.
Below is the link
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Waveform Generation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!