GNU Octave/MATLAB code snippet: z = [2,3,4,5,6]. % manual FFT. Z = fft(z). % sliding DFT for whole sequence, i.e., like filter bank.
確定! 回上一頁