Finding period T from a square signal in Simulink
16 views (last 30 days)
Show older comments
Marek Andrzej
on 2 Nov 2016
Commented: Ashwini Bhondave
on 21 Oct 2021
I am looking for the period T of a square wave, in Simulink (variable width). Not from Scope block, I need it for further math operations.
2 Comments
Franck Joel Simo
on 7 May 2019
Hi guy
I would to find the period of a Signal in Matlab Simulink. How do we do that. i really need your help. it is very urgent.Thanks in Advance
Ashwini Bhondave
on 21 Oct 2021
@Franck Joel Simo - did you find the answer of these? I need same help
Accepted Answer
Mark McBroom
on 6 Nov 2016
Feed signal into triggered subsystem. Configure triggered subsystem to active on rising edge. In triggered subsystem, use a Digital Clock and Memory block to compute time between current and previous rising edge.
More Answers (1)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!