- #1
Jamin2112
- 986
- 12
Homework Statement
Homework Equations
Fourier transform, Gaussian filter
The Attempt at a Solution
First of all, someone in the class did it correctly and here's what they said:
Second of all, let me make sure I have a correct understanding of this.
We have a 20 x 262144 matrix (note that that 262144 = 643) each row i, column j is the amplitude of the signal. We're supposed to fft and sum each row before dividing by 20, to get the average power at each frequency. Further, if you look at the code at the bottom you see that the 262144 columns are actually frequencies meant to be in a 64 x 64 x 64 matrix. So we have a 64 x 64 x 64 matrix, each index being a frequency and each containing an average power value. Find the location of the maximum power value. Do an inverse fft. Put a Gaussian filter around the frequency we found. Then look at the plot of the average signal with the filter.
Basically correct?