Skip to content

Cryoscope: add support for multiple IIR filters #1646

Description

@RoyStegeman

#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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions