Create specific pulse Simulink
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello. I'd like to create a specific pulse wave using Simulink. I want the pulse to have the characteristics below:
1)Total time: 60 (m sec)
2)Amplitude 1: from 0 to 40 (m sec)
3)Amplitude 0: from 41 (m sec) to 60 (m sec)
Thanks in advance.
댓글 수: 0
답변 (2개)
Orion
2014년 10월 16일
Hi,
just use the Step bloc from the source library.
steptime : 40
initial value : 1
final value : 0
Orion
2014년 10월 16일
if you want to create a signal a bit more complicated, use the signal builder instead. so you can easily change the number of pulses you want to make, the duration of each, the amplitude ,...
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Sources에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!