Skip to content

Commit

Permalink
fixed typo in notch2
Browse files Browse the repository at this point in the history
  • Loading branch information
dariosanfilippo committed May 9, 2020
1 parent f0f08d5 commit d99d559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suppression.lib
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ freq_shift(shift, x) = analytic(x) ,
notch(bw, cf, x) = fi.notchw(bw, cf, x);

// 2nd-order SVF zero-delay fd notch
notch2(cf, q, x) = bp_norm(cf, q, x) = svf2blti(cf, q, 1, x) :
notch2(cf, q, x) = svf2blti(cf, q, 1, x) :
(! , ! , ! , ! , ! , ! , ! , _ , ! , !);

// Quadrature oscillator by Martin Vicanek
Expand Down

0 comments on commit d99d559

Please sign in to comment.