diff base/Window.h @ 152:0d3b3c66652b

Some docs
author Chris Cannam
date Mon, 21 Oct 2013 11:50:09 +0100
parents 627d364bbc82
children 152abaf17c62
line wrap: on
line diff
--- a/base/Window.h	Mon Oct 21 11:38:40 2013 +0100
+++ b/base/Window.h	Mon Oct 21 11:50:09 2013 +0100
@@ -30,6 +30,10 @@
     LastWindow = BlackmanWindow
 };
 
+/**
+ * Various shaped windows for sample frame conditioning, including
+ * cosine windows (Hann etc) and triangular and rectangular windows.
+ */
 template <typename T>
 class Window
 {