aboutsummaryrefslogtreecommitdiff
path: root/doc/help/cyclone/cartopol~-help.pd
blob: 6737c8b8680668036e499fcc30f0edc15ff5e346 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#N canvas 1197 272 782 300 10;
#X declare -lib cyclone;
#X text 147 63 Polar to cartesian coordinate conversion.;
#X text 64 59 poltocar~;
#X text 15 35 Cartesian to polar coordinate conversion.;
#X text 92 106 Here's how to connect it to an fft~:;
#X obj 655 22 import cyclone;
#X text 212 169 phase (in 271 radians);
#X obj 163 252 ifft~ 256 256 0;
#X obj 163 228 poltocar~;
#X obj 163 153 cartopol~;
#X obj 163 130 fft~ 256 256 0;
#X text 143 169 amp.;
#X text 214 195 <- do some spectral processing here;
#X connect 7 0 6 0;
#X connect 7 1 6 1;
#X connect 8 0 7 0;
#X connect 8 1 7 1;
#X connect 9 0 8 0;
#X connect 9 1 8 1;