dsp: fmt
This commit is contained in:
parent
7748d8eb54
commit
965c6335e1
@ -14,7 +14,10 @@ impl Lockin {
|
|||||||
/// Create a new Lockin with given IIR coefficients.
|
/// Create a new Lockin with given IIR coefficients.
|
||||||
pub fn new(ba: Vec5) -> Self {
|
pub fn new(ba: Vec5) -> Self {
|
||||||
Self {
|
Self {
|
||||||
iir: IIR { ba, ..Default::default() },
|
iir: IIR {
|
||||||
|
ba,
|
||||||
|
..Default::default()
|
||||||
|
},
|
||||||
state: [Vec5::default(); 2],
|
state: [Vec5::default(); 2],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user