Say I already calculated the frequency offset after the ADC, which was calculated using a 1,048,576 FFT, but I only have 1,040,000 IQ samples. Do I need to use a non power of two FFT method or will the follow work?
freq corrected IQdata = sum of iqData(i)*[exp(i*2*pi* n*freq_offset*(diff...