Mercurial > hg > qm-dsp
diff base/SincWindow.h @ 377:59b151f13b3e
Some docs
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 21 Oct 2013 11:50:09 +0100 |
parents | 5d9489187abd |
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: