Skip to content

Commit f48a844

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

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
@@ -752,7 +752,7 @@ void cohpsk_clip(COMP tx_fdm[], float clip_thresh, int n)
752752
753753
\*---------------------------------------------------------------------------*/
754754

755-
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)
755+
void fdm_downconvert_coh(COMP rx_baseband[][COHPSK_M+COHPSK_M/P], int Nc, COMP rx_fdm[], COMP phase_rx[], COMP freq[], int nin)
756756
{
757757
int i,c;
758758
float mag;

0 commit comments

Comments
 (0)