Hi:
In TI's mmW Demo,I found that CFAR is implemented in logarithmic scale,
Function:
mmwavelib_cfarCadBwrap();mmwavelib_cfarCadB_SOGO();
What is the benefit of Ti choosing to complete CFAR in logarithmic scale rather than real abs value ?
Thanks
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.
Hi:
In TI's mmW Demo,I found that CFAR is implemented in logarithmic scale,
Function:
mmwavelib_cfarCadBwrap();mmwavelib_cfarCadB_SOGO();
What is the benefit of Ti choosing to complete CFAR in logarithmic scale rather than real abs value ?
Thanks
HI Tianyuan,
The C674x DSP can efficiently convert complex numbers to the logarithm of their absolute value. Also, converting a number to a 16-bit logarithm results in a space saving (from 32 bits per complex sample to 16 bits per logarithm of sample), without incurring a reduction in dynamic range.
There were no other reasons to select log-CFAR over linear-CFAR in the SDK. Other approaches have also been tried. . The 'traffic monitoring demo' (
) for instance, uses linear-CFAR.
Regards
Anil