0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-27 03:23:54 +01:00

reduce fir order

This commit is contained in:
2025-03-27 18:48:45 +01:00
parent 798b5d35fb
commit a9b53484b3

View File

@@ -5,7 +5,7 @@
#include "constants.h" #include "constants.h"
#include "oscillator.h" #include "oscillator.h"
#define FIR_ORDER 13 #define FIR_ORDER 5
typedef struct typedef struct
{ {