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 ?
조회 수: 3 (최근 30일)
이전 댓글 표시
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
답변 (1개)
JuanCa
2016년 10월 5일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Sources에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!