Finding period T from a square signal in Simulink
16 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Marek Andrzej
el 2 de Nov. de 2016
Comentada: Ashwini Bhondave
el 21 de Oct. de 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 comentarios
Franck Joel Simo
el 7 de Mayo de 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
el 21 de Oct. de 2021
@Franck Joel Simo - did you find the answer of these? I need same help
Respuesta aceptada
Mark McBroom
el 6 de Nov. de 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.
Más respuestas (1)
Marek Andrzej
el 14 de Nov. de 2016
2 comentarios
Ashwini Bhondave
el 21 de Oct. de 2021
@SUMANT ANAND - did you find the answer? can you please share?
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!