Feeds
已解决
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:...
5 years 前
提问
Why I'm getting very bad results with FFT?
My goal is to be able to compute the derivative of a function using its Fourier transform. I have a simple example below. The fu...
6 years 前 | 1 个回答 | 0
1
个回答提问
How can I make this loop faster?
Why is this simple loop taking me so much time? n=2^13; idx=cell(2*n-1,1); for i=1:2*n-1 temp=zeros(i,2); for j...
6 years 前 | 1 个回答 | 0
1
个回答提问
Why is this simple loop taking so much time?
Why is this simple loop taking me so much time? n=2^13; idx=cell(2*n-1,1); for i=1:2*n-1 temp=zeros(i,2); for j...
6 years 前 | 1 个回答 | 0
