Technical discussions related to Analog Devices DSPs (including Blackfin, TigerSHARC, SHARC and ADSP-21xx DSPs).
Hi How to convert the IIR Direct Form1 coefficients in 2.14 format(generated in Matlab ) to 1.15 format so that it can be used in VDSP++ for BF561 Processor ? Thanks Smitha
Hi Smitha, you can directly use 2.14 format data for data manupulation in any fixed point DSP.If you directly use 2.14 format and do multipication with 1.15 data then ur answer in also 2.14 format. If your 2.14 format coefficients are in range of -1 to 0.999 then you can convert into 1.15 by arithmetic left shift of one bit. Hope this help. -Naresh ----- Original Message ----- From: s...@yahoo.com To: a...@yahoogroups.com Sent: Tuesday, January 15, 2008 1:40 PM Subject: [adsp] convert 2.14 format to 1.15 format Hi How to convert the IIR Direct Form1 coefficients in 2.14 format(generated in Matlab ) to 1.15 format so that it can be used in VDSP++ for BF561 Processor ? Thanks Smitha