blob: 835705c3949399f3c9aef7ac74f1a458f0955f01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
|