Skip to content
Snippets Groups Projects

5G NR performance improvements for low SNR conditions

Merged Thomas Schlichter requested to merge 5g-nr-low-snr-performance into develop
2 files
+ 40
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -93,7 +93,7 @@ short filt16a_m3_dc[16] = {
-9831,-6554,-3277,0,3276,6553,9830,16384,12288,8192,4096,0,0,0,0,0};
short filt16a_1[16] = {
16384,16384,16384,16384,16384,16384,16384,16384,16384,16384,16384,16384};
16384,16384,16384,16384,16384,16384,16384,16384,16384,16384,16384,16384,0,0,0,0};
short filt16a_2l0[16] = {
16384,12288,8192,4096,-4096,0,0,0,0,0,0,0,0,0,0,0};
@@ -282,4 +282,4 @@ short filt16_middle4[16] = {
4096,8192,8192,8192,8192,8192,8192,8192,4096,0,0,0,0,0,0,0};
short filt16_end[16] = {
4096,8192,8192,8192,12288,16384,16384,16384,0,0,0,0,0,0,0,0};
\ No newline at end of file
4096,8192,8192,8192,12288,16384,16384,16384,0,0,0,0,0,0,0,0};
Loading