[x, y] = meshgrid(-2:0.02:2);

xyf = sin(30*(x));

When plotting fft(xyf) and abs(fft(xyf)), I get this results:

(see attachment)

Because of x and y as vars, I'm now a bit confused and unsure about the axis. Could you help me out, explaining the notation convention that is used. Additionally, I would like to now, what we can see / interpret, now we have these plotted results.

More Daniel Polterauer's questions See All
Similar questions and discussions