mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-27 03:23:54 +01:00
fix
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
typedef struct {
|
||||
float* delay;
|
||||
int dptr;
|
||||
float coeffs[NZEROS]
|
||||
float coeffs[NZEROS];
|
||||
} HilbertTransformer;
|
||||
|
||||
void init_hilbert(HilbertTransformer *hilbert);
|
||||
|
||||
Reference in New Issue
Block a user