0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00
This commit is contained in:
2025-01-01 02:07:16 +01:00
parent 1419af4489
commit e77a10f33c

View File

@@ -8,7 +8,7 @@
typedef struct {
float* delay;
int dptr;
float coeffs[NZEROS]
float coeffs[NZEROS];
} HilbertTransformer;
void init_hilbert(HilbertTransformer *hilbert);