摘要:
Nmax = 2048; fft_time = zeros(1,Nmax); for n = 1:1:Nmax x = rand(1,n); %Uniformly distributed pseudorandom numbers t = clock;fft(x);fft_time(n)= etime(clock,t); end n = [1:1:Nmax]; plot(n,fft_time,'.') xlabel('N'); ylabel('Time in sec'); title('FFT execution times'); 阅读全文
posted @ 2011-07-08 15:37
清风醉明月 slp_art
阅读(985)
评论(1)
推荐(0)
浙公网安备 33010602011771号