diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-09-23 00:21:28 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-09-23 00:21:28 +0000 |
commit | 64fdb009695828b788fce074135b20a5e52c5fc4 (patch) | |
tree | a05144197dd339721b6d4a3a0927f7596e8872b6 /pd/doc/5.reference/framp~.pd | |
parent | a30193fcd726552364de74984b200be2c30723e7 (diff) |
imported version 0.37-0
svn path=/trunk/; revision=1016
Diffstat (limited to 'pd/doc/5.reference/framp~.pd')
-rw-r--r-- | pd/doc/5.reference/framp~.pd | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/pd/doc/5.reference/framp~.pd b/pd/doc/5.reference/framp~.pd deleted file mode 100644 index cbf3f047..00000000 --- a/pd/doc/5.reference/framp~.pd +++ /dev/null @@ -1,40 +0,0 @@ -#N canvas 22 7 857 377 12; -#X text 85 158 frequency; -#X floatatom 16 173 0 0 0; -#X obj 16 120 * 44100; -#X floatatom 16 94 0 0 0; -#X text 88 92 frequency; -#X text 91 111 in bins; -#X text 85 175 in Hz.; -#X obj 17 238 rfft~; -#X obj 16 148 / 64; -#X obj 653 14 loadbang; -#X msg 653 40 \; pd dsp 1; -#X text 599 339 updated for Pd version 0.33; -#X msg 103 260 bang; -#X text 154 261 <-- print analysis; -#X obj 36 16 framp~; -#X text 119 15 - estimate frequency and amplitude of FFT components -; -#X obj 16 270 framp~; -#X obj 103 322 print~ frequency; -#X obj 118 297 print~ amplitude; -#X obj 16 204 osc~; -#X text 324 98 Framp~ takes as input a rectangular-windowed FFT and -outputs \, for each FFT channel \, the estimated amplitude and frequency -of any component feedinf that channel. A sinusoidal component should -appear in four components (or three in the special case of a sinusoid -exactly tuned to a bin.) Frequency output is in bins \, i.e. \, units -of SR/N.; -#X connect 1 0 19 0; -#X connect 2 0 8 0; -#X connect 3 0 2 0; -#X connect 7 0 16 0; -#X connect 7 1 16 1; -#X connect 8 0 1 0; -#X connect 9 0 10 0; -#X connect 12 0 17 0; -#X connect 12 0 18 0; -#X connect 16 0 17 0; -#X connect 16 1 18 0; -#X connect 19 0 7 0; |