static float[] cyclicBlur(float[] l) { int n = l(l); float[] x = new float[n]; for i to n: x[i] = l[i]; ret x; }