Closed cmbiwer closed 9 years ago
Implement:
>>> ff['ETMY_R0_OSEMINF_RT'][3].design 'zpk([],[],23.3333,"n")' >>> foton.iir2z(ff['ETMY_R0_OSEMINF_RT'][3]) [23.3333]
For gain-only channels instead of using filter.design.
filter.design
This is done by PR #352.
Implement:
For gain-only channels instead of using
filter.design
.