MATLAB: Flash ADC binary output

flash adcsimulink

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?

Best Answer

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.
Related Question