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 ?
9 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
JuanCa
il 5 Ott 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 Commenti
Vedere anche
Categorie
Scopri di più su Sources in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!