createBPF1

Calculates biquad band pass filter (constant 0 db peak gain) filter coefficients from the supplied values.

@nogc nothrow pure public @safe
BiquadFilterValues
createBPF1
(
float fs
,
float f0
,
float q
)

Parameters

fs float

Sampling frequency.

f0 float

Corner frequency.

q float

Peak gain.

Return Value

Type: BiquadFilterValues

A struct with the coefficient values for the filter.

Meta