Skip to content

Commit

Permalink
Update src/main/common/lulu.h
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter authored Oct 9, 2024
1 parent bd65899 commit 0cb3179
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/common/lulu.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ typedef struct {
float luluInterimB[32];
} luluFilter_t;


void luluFilterInit(luluFilter_t *filter, int N);
float luluFilterApply(luluFilter_t *filter, float input);

0 comments on commit 0cb3179

Please sign in to comment.