set_custom_filter

Configure a custom IIR filter by supplying the output scaling and per-stage coefficients for the selected filter block.

Parameters

integer
Filter output scaling
default: 1
list required
List of filter stages, where each stage should have six coefficients and each coefficient must be in the range [-4.0, 4.0]
boolean
Disable all implicit conversions and coercions.
default: true

# Examples

# Sample response

{
    "Decimation": 2,
    "Filter shape": 4,
    "sample_rate": "78.125 MHz"
}
1
2
3
4
5