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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…