BiquadFilter
new BiquadFilter(coefficients)| Parameter | Type | Optional | Description |
|---|---|---|---|
| coefficients | Coefficients | ❌ | - |
Properties
public coefficients: Coefficients
public s1: number
public s2: number
public x1: number
public x2: number
public y1: number
public y2: number
Methods
public replace(coefficients): void
| Parameter | Type | Optional | Description |
|---|---|---|---|
| coefficients | Coefficients | ❌ | - |
public reset(): void
public run(input): number
| Parameter | Type | Optional | Description |
|---|---|---|---|
| input | number | ❌ | - |
public runTransposed(input): number
| Parameter | Type | Optional | Description |
|---|---|---|---|
| input | number | ❌ | - |
public setFilter(filter, options): void
| Parameter | Type | Optional | Description |
|---|---|---|---|
| filter | BiquadFilters | ❌ | - |
| options | BiquadSetFilterProps | ❌ | - |
public update(coefficients): void
| Parameter | Type | Optional | Description |
|---|---|---|---|
| coefficients | Coefficients | ❌ | - |
Last updated on