Feeds
提问
Manual 2D fft
I want to do 2D FFT manually, but the result is different fro what we get from MATLAB buit in function. Here is my code I have u...
6 years 前 | 0 个回答 | 0
0
个回答已回答
How to set a specific distance between new point and previous calculated points?
r = zeros(25,1); c= 20; theta = zeros(25,1); for i = 1:25 r(i) = c*sqrt(i); theta(i) = i*137.508; end theta = deg2rad...
How to set a specific distance between new point and previous calculated points?
r = zeros(25,1); c= 20; theta = zeros(25,1); for i = 1:25 r(i) = c*sqrt(i); theta(i) = i*137.508; end theta = deg2rad...
6 years 前 | 0
已解决
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
7 years 前


