-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplotpowspec~.pd
More file actions
31 lines (31 loc) · 842 Bytes
/
Copy pathplotpowspec~.pd
File metadata and controls
31 lines (31 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#N canvas 0 39 612 701 10;
#X obj 98 -53 powspec~;
#X obj 97 -79 inlet~;
#X obj 409 6 s \$0-blocksize;
#X obj 344 -52 \$1;
#X obj 344 -24 expr if($i1 > 0 \, $i1 \, 1024);
#X msg 344 6 set \$1;
#X obj 344 31 block~;
#X obj 117 -27 r \$0-blocksize;
#X obj 99 -3 /~;
#X text 342 -101 Set the FFT block size.;
#X text 95 -102 Compute spectra.;
#X obj 344 -80 loadbang;
#X obj 293 60 / 2;
#X obj 296 -80 inlet;
#X text 18 -154 Plot the power spectrum of the input signal. Optional
creation argument specifies FFT length (defaults to 1024).;
#X obj 100 115 plot~;
#X connect 0 0 8 0;
#X connect 1 0 0 0;
#X connect 3 0 4 0;
#X connect 4 0 2 0;
#X connect 4 0 5 0;
#X connect 4 0 12 0;
#X connect 5 0 6 0;
#X connect 7 0 8 1;
#X connect 8 0 15 0;
#X connect 11 0 3 0;
#X connect 12 0 15 1;
#X connect 13 0 4 0;
#X coords 0 -1 1 1 200 185 1 100 100;