Generating Triangular wave in simulink
Show older comments
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 Comment
Walter Roberson
on 9 Oct 2012
Please read the guide to tags and retag this question; see http://www.mathworks.co.uk/matlabcentral/answers/43073-a-guide-to-tags
Accepted Answer
More Answers (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
on 8 Oct 2012
0 votes
My example simulink block is online
10 Comments
kash
on 9 Oct 2012
Azzi Abdelmalek
on 9 Oct 2012
right click on the model then click 'look under mask'
kash
on 9 Oct 2012
kash
on 9 Oct 2012
Azzi Abdelmalek
on 9 Oct 2012
yes
kash
on 9 Oct 2012
kash
on 9 Oct 2012
Azzi Abdelmalek
on 9 Oct 2012
I did'nt understand. You still have problem with generating triangular wave?
kash
on 9 Oct 2012
Azzi Abdelmalek
on 9 Oct 2012
If you have another problem, I suggest to post another question
Vijay P
on 3 May 2018
0 votes
Please guide me how to do in simulink.
Categories
Find more on Signal Generation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!