How to create toggle(signal that goes from zero to one according to peaks) bit from both peaks(max value and min value) of analog signal ?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi, I create kind a sine wave signals(VPx and VPn) as shown if the file PDf attached.
I want to get an logic signal according to that wave signal - for example VPx. That mean every time that the signal(VPx) is reached it's own min value, then toggle bit will goes to one and every time it will reached his max value the toggle bit will change to zero.
Some one can help me to do it ?
Thanks, Henry
0 commentaires
Réponses (1)
JuanCa
le 5 Oct 2016
Take the output out of your implementation and connected to two different Interval Test blocks. One for max and one for min. After that you can combine the signals using boolean logic, or basic operations
0 commentaires
Voir également
Catégories
En savoir plus sur Sources dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!