Flash ADC binary output
조회 수: 7 (최근 30일)
이전 댓글 표시
There is only one output of the Flash ADC which is in integer representation of binary values. How can I extract the binary values so that I can process each bit separately?
댓글 수: 0
채택된 답변
Nitin Kapgate
2020년 10월 6일
You can use the digital output from the “Flash ADC” block as input to the “Integer to Bit Converter” block (from “Communications Toolbox / Utility Blocks” library). This block maps a vector of integers to a vector of bits which can be then processed seperately.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Simulink Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!