Simulink Flash ADC

Status
Not open for further replies.

himadri_debnath

Newbie level 6
Joined
Aug 23, 2020
Messages
12
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
108
Does anyone know how to get the digital output in terms of binary values.
The output of this given ADC is in scalar integer form.
I want output as binary form so that I can process each bit separately.

 
Last edited by a moderator:

You can use a funtion block to convert the scalar integer to the binary at the output:

>> dec = 10;
>> dec2bin(dec)

ans =

'1010'
 
Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…