Registry / utility / iir1
library1.10.0vcpkgunverified

An infinite impulse response (IIR) filter library for realtime processing. It implements Butterworth, RBJ, Chebychev filters.

vcpkg install iir1
INSTALL
IMPORT
SIG · IIR1
I
iir1
utilitycppv1.10.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Iir.h
#include <Iir.h>

Creates a 4th-order Butterworth low-pass filter at 1kHz cutoff for 44.1kHz sample rate.

#include "Iir.h" int main() { const int order = 4; Iir::Butterworth::LowPass<order> f; f.setup(order, 44100, 1000); // sample rate, cutoff double input = 1.0; double output = f.filter(input); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.10.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

iir1 — pip install iir1 · libregistry