Finding period T from a square signal in Simulink
16 次查看(过去 30 天)
显示 更早的评论
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 个评论
Franck Joel Simo
2019-5-7
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
采纳的回答
Mark McBroom
2016-11-6
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.
更多回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!