Skip to content

sdr_corr_max: header/implementation argument order mismatch#66

Open
6661661161 wants to merge 1 commit intotomojitakasu:masterfrom
6661661161:fix/sdr_corr_max-arg_order
Open

sdr_corr_max: header/implementation argument order mismatch#66
6661661161 wants to merge 1 commit intotomojitakasu:masterfrom
6661661161:fix/sdr_corr_max-arg_order

Conversation

@6661661161
Copy link

  • Header (src/pocket_sdr.h):

    float sdr_corr_max(const float *P, int N, int M, int Nmax, double T, int *ix);

  • Implementation (src/sdr_func.c):

    float sdr_corr_max(const float *P, int N, int Nmax, int M, double T, int *ix)

This PR updates the header to match the implementation.
Existing call sites in this repository follow the implementation, so there is no functional change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant