This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

enhance the DSP resolution

Other Parts Discussed in Thread: TMS320F2812

Good morning

I am using a TMS320F2812, I am writing in C, using the IQmath Library, as known it is a 32 bit DSP. while implementing my algorithm, I faced resolution problem... since i have some variable with 10^-7    and others 10^6, thus I thought to use a 32 bit register to represent the real part and another register to represent the decimal part, thus extended representation 62 bit ([Reg1 Reg0]) , but I need to develop "plus, minus, divide and multiplication" functions to those instructions ...

Any help or other ideas....

Thanks in advance