@@ -112,10 +112,10 @@ struct COHPSK {
112112void bits_to_qpsk_symbols (COMP tx_symb [][COHPSK_NC * COHPSK_ND ], int tx_bits [], int nbits );
113113void qpsk_symbols_to_bits (struct COHPSK * coh , float rx_bits [], COMP ct_symb_buf [][COHPSK_NC * COHPSK_ND ]);
114114void 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 );
119119void frame_sync_fine_freq_est (struct COHPSK * coh , COMP ch_symb [][COHPSK_NC * COHPSK_ND ], int sync , int * next_sync );
120120void fine_freq_correct (struct COHPSK * coh , int sync , int next_sync );
121121int sync_state_machine (struct COHPSK * coh , int sync , int next_sync );
0 commit comments