FIR Filtering beignings
This commit is contained in:
@ -1,7 +0,0 @@
|
||||
pub fn rectangular(t: f32) -> f32 {
|
||||
1.
|
||||
}
|
||||
|
||||
pub fn bartlett(t: f32) -> f32 {
|
||||
if t < 0.5 { 2. * t } else { 2. - 2. * t }
|
||||
}
|
||||
Reference in New Issue
Block a user