Skip to content

sdr_corr_max: header/implementation argument order mismatch#66

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

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

Conversation

@hal1278
Copy link
Copy Markdown

@hal1278 hal1278 commented Sep 26, 2025

  • 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