diff base/KaiserWindow.h @ 152:0d3b3c66652b

Some docs
author Chris Cannam
date Mon, 21 Oct 2013 11:50:09 +0100
parents 263181813eec
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: