Wrapper for midband frequency of standard filter
This commit is contained in:
parent
96187bfcf9
commit
016db92eba
@ -567,6 +567,10 @@ impl StandardFilterDescriptor {
|
|||||||
Ok(Self::genFilterSetForRange(b, fmin, fmax, append_overall)?)
|
Ok(Self::genFilterSetForRange(b, fmin, fmax, append_overall)?)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[pyo3(name="fm")]
|
||||||
|
fn fm_py(&self) -> Option<Flt> {
|
||||||
|
self.fm()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
|
Loading…
Reference in New Issue
Block a user