Coefficient biquad native panel is launched for the Coefficient biquad audio object. The panel has two modes.
- Coefficient
- Parameter
The frequency axis scale based on the minimum value of either the maximum value of Frequency StateVariable or (Selected Sample Rate / 2 )* 0.999.
Coefficient Mode
Panel contains channel drop-down and option to import and export coefficients. The panel has a chart that has only total amplitude and total phase graphs.
The “Send” button sends the biquad coefficients to the device. The biquads configured will show up with 5 coefficients each numbered 1 to n.
The coefficients will have default values 1,0,0,0,0.
Coefficients cannot be edited. It can be filled only by importing coefficients from a .csv file. The format of the file is shown below.
The current implementation will import coefficients to the biquads that are configured and leave the biquads that is not listed in the import file untouched. Please make sure you add default values to the ones that do not have coefficients.
Presets at the bottom to save different coefficient values are supported like any other native panels.
Parameter mode
In this mode, you can set parameters using filters, just like in the EQ Panel. Parameters for all channels can be exported and imported.
The “Calculate” button calculates all parameters to coefficients but does not send them to the device. It switches to Coefficient mode so that they can be checked and sent with the “Send” button.
It is not possible to calculate coefficients to parameters, so it is possible that the coefficients will be different than the parameters. That is, the parameter mode may not reflect the state of the device/coefficients. It is possible after loading parameters sets, reading data from device or importing coefficients.