From 575e234b005d45dbcdf2afb274df56aac995ef2a Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 13 Dec 2007 04:10:52 +0000 Subject: imported jsarlo's DSP windowing objects from http://crca.ucsd.edu/~jsarlo/pd/windowing.tar.gz which has a date of 2002-04-06 svn path=/trunk/externals/windowing/; revision=9090 --- README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..835705c --- /dev/null +++ b/README @@ -0,0 +1,18 @@ +Porvides: + hammimng~, hanning~, blackman~, cosine~, connes~, bartlett~, + welch~, lanczos~, gaussian~, and kaiser~ + +Usage: + Windows inlet signal on each DSP block and sends to outlet + + gaussian~ takes one optional argument (standard deviation) + May be set by float in left inlet + + kaiser~ takes one option argument (alpha) + May be set by float in left inlet + + See windowing.pd + +To build: + Linux: make windowing_linux + Windows: nmake windowing_nt -- cgit v1.2.1