diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-12-13 04:10:52 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-12-13 04:10:52 +0000 |
commit | 575e234b005d45dbcdf2afb274df56aac995ef2a (patch) | |
tree | 534cfe0964758295ef202aba842f59a0ab5fd230 /README |
imported jsarlo's DSP windowing objects from http://crca.ucsd.edu/~jsarlo/pd/windowing.tar.gz which has a date of 2002-04-06svn2git-root
svn path=/trunk/externals/windowing/; revision=9090
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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
|