Example FFT Convolution. % matlab/fftconvexample.m x = [1 2 3 4 5 6]; h = [1 1 1]; nx = length(x); nh = length(h); nfft = 2^nextpow2(nx+nh-1) xzp = [x, ...
確定! 回上一頁