diff base/KaiserWindow.h @ 377:59b151f13b3e

Some docs
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 21 Oct 2013 11:50:09 +0100
parents b247af4c23d2
children fdaa63607c15
line wrap: on
line diff
--- a/base/KaiserWindow.h	Mon Oct 21 11:38:40 2013 +0100
+++ b/base/KaiserWindow.h	Mon Oct 21 11:50:09 2013 +0100
@@ -17,6 +17,11 @@
 #include <vector>
 #include <cmath>
 
+/**
+ * Kaiser window: A windower whose bandwidth and sidelobe height
+ * (signal-noise ratio) can be specified. These parameters are traded
+ * off against the window length.
+ */
 class KaiserWindow
 {
 public: