Skip to content

Commit df9b1dd

Browse files
author
srsampson
authored
Update cohpsk.c
Remove first array constant
1 parent f0872af commit df9b1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cohpsk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ void qpsk_symbols_to_bits(struct COHPSK *coh, float rx_bits[], COMP ct_symb_buf[
437437
\*---------------------------------------------------------------------------*/
438438

439439
void tx_filter_and_upconvert_coh(COMP tx_fdm[], int Nc, const COMP tx_symbols[],
440-
COMP tx_filter_memory[COHPSK_NC*COHPSK_ND][COHPSK_NSYM],
440+
COMP tx_filter_memory[][COHPSK_NSYM],
441441
COMP phase_tx[], COMP freq[],
442442
COMP *fbb_phase, COMP fbb_rect)
443443
{

0 commit comments

Comments
 (0)