Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

ADC.PNG
 
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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top