set_control_matrix

Set the linear combination of ADC input signals for a given FIR channel.

NOTE Interface currently only supports using the first two FIR loops which are paired with the first two ADC channels, e.g. Moku:Pro's third and fourth loops and ADC3, ADC4 cannot yet be used through this API.

Parameters

integer required
Target FIR filter channel
allowed values:1, 2
number required
ADC Input 1 gain for this channel
allowed values:0 to 20
units: dB
number required
ADC Input 1 gain for this channel
allowed values:0 to 20
units: dB
boolean
Disable all implicit conversions and coercions.
default: true

# Examples