Skip to content

Commit 0bff958

Browse files
author
srsampson
authored
Update fdmdv_internal.h
Leave first dimension blank
1 parent 321ccaa commit 0bff958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fdmdv_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ void down_convert_and_rx_filter(COMP rx_filt[NC+1][P+1], int Nc, COMP rx_fdm[],
184184
COMP rx_fdm_mem[], COMP phase_rx[], COMP freq[],
185185
float freq_pol[], int nin, int dec_rate);
186186
float rx_est_timing(COMP rx_symbols[], int Nc,
187-
COMP rx_filt[NC+1][P+1],
187+
COMP rx_filt[][P+1],
188188
COMP rx_filter_mem_timing[NC+1][NT*P],
189189
float env[],
190190
int nin,

0 commit comments

Comments
 (0)