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.

MMWCAS-RF-EVM: Calculating the magnitude in dB

Part Number: MMWCAS-RF-EVM

Hi, I found that in the cascade_MIMO_signalProcessing.m script on line 155, 10*log is used. Should this not be 20*log? Here is the line, which I believe integrates all virtual antenna (NTX * NRX) frames into a single range-Doppler frame and converts to dB

sig_integrate = 10*log10(sum((abs(DopplerFFTOut)).^2,3) + 1);