You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The filters module is made to be chainable so we can multiply the readout iir filter by the detector time constant filter then just apply one combined filter to the data. This is more efficient because it takes fewer fft/rffts. The preprocess fft_filter method needs to be updated to allow chainable filters or a specific method should be written to combine these two specific filters.
The text was updated successfully, but these errors were encountered:
The filters module is made to be chainable so we can multiply the readout iir filter by the detector time constant filter then just apply one combined filter to the data. This is more efficient because it takes fewer fft/rffts. The preprocess fft_filter method needs to be updated to allow chainable filters or a specific method should be written to combine these two specific filters.
The text was updated successfully, but these errors were encountered: