From 072c8f65d1d900123a48a326e1c2f0baf086a461 Mon Sep 17 00:00:00 2001 From: dmlunar Date: Thu, 5 Mar 2026 10:43:40 +0200 Subject: Update README.md --- README.md | 4 ++-- 1 file 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. -- cgit v1.2.3-70-g09d2