summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index da66b91..6eb5d14 100644
--- a/README.md
+++ b/README.md
@@ -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.