Flash ADC binary output
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Himadri Debnath
il 18 Set 2020
Risposto: Nitin Kapgate
il 6 Ott 2020
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 Commenti
Risposta accettata
Nitin Kapgate
il 6 Ott 2020
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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Simulink Functions 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!