Lorewegian 📚 on Nostr: can someone tell me if pretty much all IIR filters have a tan(fc * PI / 2) response ...
can someone tell me if pretty much all IIR filters have a tan(fc * PI / 2) response for the cutoff coefficient?
more specifically, does this simple 6 dB/oct Butterworth filter have a cutoff of 1/2 the Nyquist frequency?
constants:
c = tan(0.5 * PI / 2)
loop:
out += c * (in - out)
loop (equivalent):
out = c * in - c * out
Published at
2023-05-19 08:06:17Event JSON
{
"id": "a791b08391212763f465242ae37b96a32cf09ef87e510a7245fd67c5f589e38d",
"pubkey": "6c067ee3395bf49d21504349d95f5fff5edf41ec64aa8951334e889dbaf8e31f",
"created_at": 1684483577,
"kind": 1,
"tags": [
[
"mostr",
"https://berserker.town/users/lore/statuses/110394315708896477"
]
],
"content": "can someone tell me if pretty much all IIR filters have a tan(fc * PI / 2) response for the cutoff coefficient?\n\nmore specifically, does this simple 6 dB/oct Butterworth filter have a cutoff of 1/2 the Nyquist frequency?\n\nconstants:\nc = tan(0.5 * PI / 2)\n\nloop:\nout += c * (in - out)\n\nloop (equivalent):\nout = c * in - c * out",
"sig": "8a07915ad39b74ea962099bfa9c6ff5e01a09177b973c08707fb259a2e4012ed776bd516c98d416e4d0c019f5e43a05b1770292907731ac3f58cbeacfd4bf669"
}