diff --git a/docs/processor_api/core.html b/docs/processor_api/core.html index bd746ba..e2385fb 100644 --- a/docs/processor_api/core.html +++ b/docs/processor_api/core.html @@ -424,6 +424,7 @@
where \(h[n]\) is the true infinite impulse response (IIR). Clearly, increasing the number of samples \(N\) reduces the error.
The third one, "ssm"
, is based on the diagonalisation of the state-space model (SSM) of the biquad filter so it only works for the second-order filters.
+This idea is based on Ben Hayes’s derivation of associative scan for parallel IIR filter computation and implemented by Chin-Yun Yu.
The direct form II implementation of the biquad filter can be written in state-space form [Smi07b] as
where \(h[n]\) is the true infinite impulse response (IIR). Clearly, increasing the number of samples \(N\) reduces the error.
The third one, "ssm"
, is based on the diagonalisation of the state-space model (SSM) of the biquad filter so it only works for the second-order filters.
+This idea is based on Ben Hayes’s derivation of associative scan for parallel IIR filter computation and implemented by Chin-Yun Yu.
The direct form II implementation of the biquad filter can be written in state-space form [Smi07b] as