How to Converting sine wave to a square wave in stateflow without invoking simulink function?
Show older comments
i tried using the formula square(t) = sgn(sin(2πt)), but it how can the time period calculated by stateflow. and if we invoke simulink fn what has to be done?
thanks in advance
3 Comments
TAB
on 6 Dec 2012
What do you mean by time period, Sample time OR current simulation time ?
Azzi Abdelmalek
on 6 Dec 2012
Do you want to generate a square wave, or to transform a sine wave to a square wave. If it's a second option, where did the sine wave come from? from Simulink? or generated in Stateflow?
lakshmi Krishnan
on 7 Dec 2012
Accepted Answer
More Answers (1)
Azzi Abdelmalek
on 6 Dec 2012
0 votes
If you need a time value, in your Simulink model, add a clock block from Simulink/Sources and connect it as an input to your Stateflow chart
Categories
Find more on Simulink Functions in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!