Skip to content

Commit f0872af

Browse files
author
srsampson
authored
Update cohpsk_internal.h
Remove first array constant
1 parent 8eb64b7 commit f0872af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cohpsk_internal.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ struct COHPSK {
112112
void bits_to_qpsk_symbols(COMP tx_symb[][COHPSK_NC*COHPSK_ND], int tx_bits[], int nbits);
113113
void qpsk_symbols_to_bits(struct COHPSK *coh, float rx_bits[], COMP ct_symb_buf[][COHPSK_NC*COHPSK_ND]);
114114
void tx_filter_and_upconvert_coh(COMP tx_fdm[], int Nc, const COMP tx_symbols[],
115-
COMP tx_filter_memory[COHPSK_NC*COHPSK_ND][COHPSK_NSYM],
115+
COMP tx_filter_memory[][COHPSK_NSYM],
116116
COMP phase_tx[], COMP freq[],
117117
COMP *fbb_phase, COMP fbb_rect);
118-
void fdm_downconvert_coh(COMP rx_baseband[COHPSK_NC][COHPSK_M+COHPSK_M/P], int Nc, COMP rx_fdm[], COMP phase_rx[], COMP freq[], int nin);
118+
void fdm_downconvert_coh(COMP rx_baseband[][COHPSK_M+COHPSK_M/P], int Nc, COMP rx_fdm[], COMP phase_rx[], COMP freq[], int nin);
119119
void frame_sync_fine_freq_est(struct COHPSK *coh, COMP ch_symb[][COHPSK_NC*COHPSK_ND], int sync, int *next_sync);
120120
void fine_freq_correct(struct COHPSK *coh, int sync, int next_sync);
121121
int sync_state_machine(struct COHPSK *coh, int sync, int next_sync);

0 commit comments

Comments
 (0)