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.

TMS320C5535: How to calculate the exponential average signal power?

Part Number: TMS320C5535

Dear all,

I am evaluating the Demo of BF_rt_bois included in the c55_csl_3.08 on the  TMX320C5535 eZDSP.There are some functions about SVD(Simple Voice Activity Detection) called by the mss(Multiple Source Selcction) algorithm.In the function of mss_src_selection(),a function named svdGetDecision(svd_ptr,&sig_pow) is called to get the crurent signal's exponential average power.I want to know how to transform the value of sig_pow(the exponential average power of current signal gotten by the svdGetDecision()) to the expression of dBm.