Hello, Ti.
I am trying to calculate SNR from the data(raw data). Range-fft on the obtained raw data, calculate the signal strength of the peak of the ffted result, and use that value as RCS. Then I calcuated SNR using above equation, but the value that I calculated is different from the snr value that comes out after mmwave postproc(see figure below). I think other value is fine but the way RCS is calculated is wrong.
Looking at other questions, it says to find the peak after doppler fft and calculate the power, but I don't know how to do it. Can I simply find the peak of the ffted signal and calculate the power of the peak as RCS?
Also, I was wondering if there is a code for calculating the SNR or if there is any reference material.