New Reply

14 bits at the output means 16 bits -2 on the MSB side?

 
Share Thread
Mar25-12, 03:36 AM   #1
 
Recognitions:
Gold Membership Gold Member

14 bits at the output means 16 bits -2 on the MSB side?


Just trying to check myself, as 14 bits doesn't seem to make sense...so I wanna see how does it make sense. Is what written at the title true?
PhysOrg.com engineering news on PhysOrg.com

>> Four microphones, computer algorithm enough to produce 3-D model of simple, convex room
>> Faster, more precise airstrikes within reach
>> How smart technology could change public transit
Mar25-12, 04:42 AM   #2
 
14 bits means just 14 bits. You dont have to fight war for that.
Mar25-12, 04:54 AM   #3

Engineering 2012
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Is what written at the title true?
I suspect it's device specific.

My old system(ca 1973) gave 14 significant bits in its 16 bit word, two MSB's were hardwired together and used for sign .
Mar25-12, 05:59 AM   #4
 
Recognitions:
Homework Helper Homework Help

14 bits at the output means 16 bits -2 on the MSB side?


If you have to connect 14 bits of output to 16 bits of input, you would typically connect those 14 bits to the 14 least significant bits (lsb), leaving the 2 most significant bits (msb).

So yes, what you wrote at the title is true.
Mar25-12, 06:41 AM   #5
 
Recognitions:
Gold Membership Gold Member
Seems simple enough-- thank you.
Mar25-12, 12:59 PM   #6
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Quote by Femme_physics View Post
Just trying to check myself, as 14 bits doesn't seem to make sense...so I wanna see how does it make sense. Is what written at the title true?
This is an interface question, I guess and the solution will depend upon the specifics.. If you have only 14 bits and want to connect to a 16 bit input then where you connect will depend upon what the 16 bit input ' expects' to receive. If you want 16 1s to be correspond to the maximum value that your 14 bits correspond to then you would need to connect MSB to MSB and put up with the coarser resolution. If the maximum value your 14 bit signal corresponds to 1/4 of the 16 Bit range, then you would connect LSB to LSB and accept the 1/4 reduction in range but the same resolution.

Or is your 'lack of belief' in 14 bits because you expected data to be in two 8bit bytes?
Mar25-12, 07:14 PM   #7
 
Where to connect the 14 bits to 16bits depend on the range you want. Usually for maximum range, you map MSB to MSB so you just map the 14MSB to the MS 14 bits of the 16 bit system. Then you just ground the LS 2 bits. With this, you get the full range of the 16 bit system BUT with only 14 bit resolution.
New Reply

Similar discussions for: 14 bits at the output means 16 bits -2 on the MSB side?
Thread Forum Replies
A special invertible k-bits to n-bits mapping Set Theory, Logic, Probability, Statistics 3
How many bits Beyond the Standard Model 9
32 bits Computers 13
Missing bits General Discussion 15
When will e-bits overtake bio-bits? Computing & Technology 11