Generating Triangular wave in simulink
이전 댓글 표시
I have sine wave bx is simulink,is there any box for triangular wave available,else please tell how to generate triangular wave in simulink of equal amplitude and time
댓글 수: 1
Walter Roberson
2012년 10월 9일
Please read the guide to tags and retag this question; see http://www.mathworks.co.uk/matlabcentral/answers/43073-a-guide-to-tags
채택된 답변
추가 답변 (3개)
Hi, the triangle generator does not exist but you can create your own.
My tip is to create a pulse signal (pulse width =50%) and adding a negative offset (typically the half of the amplitude you want).
If you want a triangle signal between [0 1] then you have to set:
pulse amplitude : 4 offset : -2
Then you have a pulse varying between [-2 2] You just have to integrate this signal and you will get a nice triangle signal varying between [0 1] ;)
Julien
2012년 10월 8일
0 개 추천
My example simulink block is online
댓글 수: 10
kash
2012년 10월 9일
Azzi Abdelmalek
2012년 10월 9일
right click on the model then click 'look under mask'
kash
2012년 10월 9일
kash
2012년 10월 9일
Azzi Abdelmalek
2012년 10월 9일
yes
kash
2012년 10월 9일
kash
2012년 10월 9일
Azzi Abdelmalek
2012년 10월 9일
I did'nt understand. You still have problem with generating triangular wave?
kash
2012년 10월 9일
Azzi Abdelmalek
2012년 10월 9일
If you have another problem, I suggest to post another question
Vijay P
2018년 5월 3일
0 개 추천
Please guide me how to do in simulink.
카테고리
도움말 센터 및 File Exchange에서 Signal Generation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!