Flash ADC binary output
1 回表示 (過去 30 日間)
古いコメントを表示
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/362539/image.png)
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!