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 ?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
JuanCa
am 5 Okt. 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 Kommentare
Siehe auch
Kategorien
Mehr zu Sources finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!