Feeds
回答済み
FFT on a segment of a signal
the following are the codes for performing FFT. L = length(DataArray); NFFT = 2^nextpow2(L); FrameLength_2 = NFFT/2 ; f = Fs/...
FFT on a segment of a signal
the following are the codes for performing FFT. L = length(DataArray); NFFT = 2^nextpow2(L); FrameLength_2 = NFFT/2 ; f = Fs/...
14年弱 前 | 0
質問
FFT on a segment of a signal
hi, i am trying to analyse a signal in a .wav file by performing FFT on the signal. however i only want to perform the FFT on a ...
14年弱 前 | 2 件の回答 | 0