question 7 use the ft command on the eigenvector created in question 6
Search for question
Question
Question 7: Use the ft command on the "eigenvector" created in question 6. Then use the following 2 commands separately on the fft result. Let's say you performed ft on
eigenvector and got a matrix “A". Then do the followings: 1. B=fftshift(A,1) 2. C=fftshift(A,2) B & C both are matrix. What these two commands did to the matrix “A". Also, why we do fftshift after using fft?