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년 전 | 답변 수: 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년 전 | 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년 전


