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.

Need help on fixed point arithmetic operations

Status
Not open for further replies.

kkashinatha

Newbie level 3
Joined
Sep 20, 2006
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,302
I need some information on fixed point arithmetic operation
like if we multiply two Q23.19 format numers what will be the resultant format and how do you reprsent it in 32bit etc
give some document on this topic...

thanks in advance..
 

hi, how can u represent any number in Q23.19, it should be Q31.0 to q0.31 format
ok any how
if u multiply two q23.19 number i think u get q46.38, now u have to shift right by 23 times to get back the same q23.19
 

Hi I think u r going to implement DCT in Fixed Point Arithmatic. For that u need to multiply ur floating point data (e.g. DCT Matrix ) with 2^23 and den round,Store this matrix in an array. Now on each multiplication round 22 bit and shift down by 23.I can send u Some Lecture slides if u want
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top