- /
-
Dream Drift
on 7 Oct 2021
- 2
- 20
- 0
- 0
- 150
t = 1:128*3;
img=fft(exp(-j*t-j.*cos(2*t).*exp(-.1*t)));
img = cosh(img).*tanh(img)';
img = abs(img);
image(cat(3,img(:,1:128),img(:,129:256),img(:,257:end)))