dsp: clippy
This commit is contained in:
parent
9ee60824d4
commit
5d7266abbc
@ -52,8 +52,8 @@ impl IIR {
|
|||||||
Self {
|
Self {
|
||||||
ba: Vec5([gain, 0., 0., 0., 0.]),
|
ba: Vec5([gain, 0., 0., 0., 0.]),
|
||||||
y_offset: 0.,
|
y_offset: 0.,
|
||||||
y_min: y_min,
|
y_min,
|
||||||
y_max: y_max,
|
y_max,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -16,7 +16,6 @@ impl Lockin {
|
|||||||
Self {
|
Self {
|
||||||
iir: IIR {
|
iir: IIR {
|
||||||
ba,
|
ba,
|
||||||
..Default::default()
|
|
||||||
},
|
},
|
||||||
state: [Vec5::default(); 2],
|
state: [Vec5::default(); 2],
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user