Tool/software: Code Composer Studio
Hi Guys,
I want to write my own square root function is ccs for tms320c5505 ezdsp.
Input is audio signal signal.
I want to do square root of this input.
I cannot use sqrt_16 function in dsp library as it only finds square root of 16 bit number, but i need square root of 32 bit number.
Can anyone know how to write square root code for dsp. I am very much new to dsp.