Coefficients
new Coefficients(data)
Parameter | Type | Optional | Description |
---|---|---|---|
data | CoefficientsInit | ✅ | - |
Properties
public a1: number
public a2: number
public b0: number
public b1: number
public b2: number
Methods
public static from(filter, samplingFreq, cutoffFreq, Q, dbGain): Coefficients
Parameter | Type | Optional | Description |
---|---|---|---|
filter | BiquadFilters | ❌ | - |
samplingFreq | number | ❌ | - |
cutoffFreq | number | ❌ | - |
Q | number | ❌ | - |
dbGain | number | ❌ | - |