From 61afaca400c793bcb07f3cb27ebcd67aedcdb25a Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Fri, 31 Jan 2025 08:13:32 +0100 Subject: [PATCH] bw_iir1 doc + bw_iir2 limited prewarping freq --- include/bw_iir1.h | 114 +++++++++++++++++++++++++++++++++++++++++----- include/bw_iir2.h | 9 +++- 2 files changed, 110 insertions(+), 13 deletions(-) diff --git a/include/bw_iir1.h b/include/bw_iir1.h index e5e4e31..5f78ffc 100644 --- a/include/bw_iir1.h +++ b/include/bw_iir1.h @@ -23,7 +23,13 @@ * version {{{ 1.0.0 }}} * requires {{{ bw_common bw_math }}} * description {{{ - * XXX + * Lightweight and fast first-order IIR filter in TDF-II form. + * + * This is not a regular DSP module, as it exposes state and coefficients, + * and it's not appropriate for time-varying operation. If you need that, + * check out [bw_ap1](bw_ap1), [bw_hp1](bw_hp1), [bw_hs1](bw_hs1), + * [bw_lp1](bw_lp1), [bw_ls1](bw_ls1), [bw_mm1](bw_mm1), and + * [bw_one_pole](bw_one_pole). * }}} * changelog {{{ *