Mercurial > hg > qm-dsp
comparison base/Window.h @ 377:59b151f13b3e
Some docs
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 21 Oct 2013 11:50:09 +0100 |
parents | f8c7ca4e5667 |
children | 152abaf17c62 |
comparison
equal
deleted
inserted
replaced
376:8e32cd2af755 | 377:59b151f13b3e |
---|---|
28 | 28 |
29 FirstWindow = RectangularWindow, | 29 FirstWindow = RectangularWindow, |
30 LastWindow = BlackmanWindow | 30 LastWindow = BlackmanWindow |
31 }; | 31 }; |
32 | 32 |
33 /** | |
34 * Various shaped windows for sample frame conditioning, including | |
35 * cosine windows (Hann etc) and triangular and rectangular windows. | |
36 */ | |
33 template <typename T> | 37 template <typename T> |
34 class Window | 38 class Window |
35 { | 39 { |
36 public: | 40 public: |
37 /** | 41 /** |