Filter windowing

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2023 Nov 20 6:19
Editor
Edited
Edited
2023 Dec 5 17:7
Refs
Refs

Window method

Sinc 같은 IIR 구현 못하니까
Window function is
Rectangular function
. Tradeoff (computing and accuracy) controlled by size. If signal has more data in high frequency, we need bigger size. If , then
notion image
 
notion image
output is convolution
 
 

Window functions

There are several window function. Ideal
Rectangular function
is not always optimal solution. More smoother functions are sometimes better.
Triangular function
or rectangular function are not in practice because of derivation
  • Bartlett function
Cosine
based (Generally used because it is easy to derivate)
  • Hanning function (Hann smoothing)
  • Hamming function
  • Blackman function
notion image
 
 

Frequency domain

  • Main lobe (main beam) - important to includes
  • Side lob
notion image
 
 
 
 
 
 
 

Recommendations