Skip to content

Commit

Permalink
added Faust's notch for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
dariosanfilippo committed May 5, 2020
1 parent b84b345 commit afc3027
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions suppression.lib
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ freq_shift(shift, x) = analytic(x) ,
osc_quad(shift) : si.cmul : _ ,
!;

// Adding Faust's notch filter for clarity
notch(bw, cf, x) = fi.notchw(bw, cf, x);

// Quadrature oscillator by Martin Vicanek
osc_quad(f) = tick
~ ( _,
Expand Down

0 comments on commit afc3027

Please sign in to comment.