diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,8 +31,8 @@ This `emulator` also adds interrupt support (with a user defined frequency) for The `FIR` response can be changed through modification of the following constants: ``` -const FIR_CUTOFF = 2500; // Hz -const FIR_TAPS = 100; // N taps +const FIR_CUTOFF = 5000; // Hz +const FIR_TAPS = 50; // N taps ``` > Note: `FIR` LPF (Low-Pass Filter) data is generated procedurally. |
