Finding period T from a square signal in Simulink
조회 수: 4 (최근 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
Ashwini Bhondave
2021년 10월 21일
@Franck Joel Simo - did you find the answer of these? I need same help
채택된 답변
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!