3 // connecting two inputs
4 Correlation corr => blackhole;
6 adc.right => corr.right;
8 // set size (for circular correlation)
18 corr.output() @=> result;
25 // ---- less automatic ----
27 // connecting two inputs
28 Correlation corr => IFFT afd;
35 // corr of a and b, size in a/b
38 corr.output() @=> result;
40 // manually place result blob in afd