#1565 introduces a boolean for iir. If True, a single IIR filter will be determined before the FIR taps, if False only FIR taps will be determined (the number of FIR taps can be 0).
For the setups I have tested (platinum and tuna5), the exponential pre-distortions are on very short time scales. Here I'm ignoring the long time-scale distortions since I'm interested in SZN (see also #1235). Because of this, I had no use for exponential filter nor the ability to properly test them.
However, of course the protocol should support the possibility to determine multiple exponential filters. To resolve this issue the iir flag should be replaced by an int indicating the number of filters.
#1565 introduces a boolean for
iir. IfTrue, a single IIR filter will be determined before the FIR taps, ifFalseonly FIR taps will be determined (the number of FIR taps can be 0).For the setups I have tested (platinum and tuna5), the exponential pre-distortions are on very short time scales. Here I'm ignoring the long time-scale distortions since I'm interested in SZN (see also #1235). Because of this, I had no use for exponential filter nor the ability to properly test them.
However, of course the protocol should support the possibility to determine multiple exponential filters. To resolve this issue the
iirflag should be replaced by anintindicating the number of filters.