diff base/SincWindow.h @ 152:0d3b3c66652b

Some docs
author Chris Cannam
date Mon, 21 Oct 2013 11:50:09 +0100
parents 7669b3aa3bc9
children fdaa63607c15
line wrap: on
line diff
--- a/base/SincWindow.h	Mon Oct 21 11:38:40 2013 +0100
+++ b/base/SincWindow.h	Mon Oct 21 11:50:09 2013 +0100
@@ -16,6 +16,10 @@
 
 #include <vector>
 
+/**
+ * A window containing values of the sinc function, i.e. sin(x)/x with
+ * sinc(0) == 1, with x == 0 at the centre.
+ */
 class SincWindow
 {
 public: