Removed terminal output in CFO estimator

gr-droneid-3.8
David Protzman 2022-04-07 15:59:45 -04:00
rodzic 28e5baab97
commit 046e92daca
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -24,7 +24,5 @@ function [freq_offset_est] = estimate_cp_freq_offset(samples, fft_size, short_cp
sample_offset = sample_offset + fft_size + cp_len;
end
scores * 15.36e6 / fft_size
freq_offset_est = sum(scores) / length(scores) / fft_size;
end