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.

Represent 16 bit digits in Matlab

Status
Not open for further replies.

navi_s

Junior Member level 1
Joined
May 29, 2006
Messages
16
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,424
how i can put 40000 to int16

Hello,

Could some give me advice, how to represent 16-bit data in Matlab?

Thank you in advance
 

representing digital data + matlab

Search your MATLAB Help for "int16" or "Data Type Summary".

I = int16(40000)
I =
32767
 

matlab digits

Thank you a lot
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top