Notch Filter

Changing the delay of the second term (and adding):

$\displaystyle y(n) = x(n) + x(n-2),
$

has output

This filter boosts both low and high frequencies!

Output at $ f_s/4$ Hz ( $ x_3(n) = [A, 0, -A, 0, A, 0, ...]$):

$\displaystyle y(n)$ $\displaystyle =$ $\displaystyle x_3(n) + x_3(n-2)$  
  $\displaystyle =$ $\displaystyle [A, 0, -A, 0, A, ....] + [0, 0, A, 0, -A, 0, ...]$  
  $\displaystyle =$ $\displaystyle [A, 0, 0, 0, ...] \approx 0x_3(n)$  


``Music 171: Introduction to Delay and Filters'' by Tamara Smyth, Computing Science, Simon Fraser University.
Download PDF version (filt171.pdf)
Download compressed PostScript version (filt171.ps.gz)
Download PDF `4 up' version (filt171_4up.pdf)
Download compressed PostScript `4 up' version (filt171_4up.ps.gz)

Copyright © 2019-11-21 by Tamara Smyth.
Please email errata, comments, and suggestions to Tamara Smyth<trsmyth@ucsd.edu>