triggering a pulse signal
30 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Goodmorning to all,
I would like to create a simulink model where a boolean true triggers a pulse signal that lasts a precise n. of periods, even if in the meanwhile the trigger goes off. Does anyone know how to do it?
2 commentaires
Nagasai Bharat
le 4 Mai 2021
Hi,
Do you mean a single pules with period "n" or n pulses of a particular period are to be generated when the boolean goes true?
Réponses (1)
Nagasai Bharat
le 5 Mai 2021
Hi,
I have tried a logic with both enable and triggered subsystems and it seems to work for your use case.
I have attached the Simulink file.
Here in the Triggered subsystem I am trying to get the point when your true signal comes and then this would be passed into the Enabled subsystem where a Counter (Counts the rising edges of the pulse passed to it) is implement with a Switch Block to discards the pulses greater than the number specified.
1 commentaire
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!