Prev: Mel cepstral coefficients
Next: How can I print UIControls in vector graphics instead of bitmap?
From: SmartEngineer on 13 May 2010 13:01 If y is the time series,then using a Hamming Window I have to get the magnitude of DFT for transpose of ([y(t-N+1)....y(t)]).This way I have to get a series of DFT magnitudes.N : number of frequency bins. Can someone suggest me how to get started with this case in MATLAB.
From: Greg Heath on 14 May 2010 01:46 On May 13, 1:01 pm, "SmartEngineer " <smartengin...(a)mathworks.com> wrote: > If y is the time series,then using a Hamming Window I have to get the magnitude of DFT for transpose of ([y(t-N+1)....y(t)]).This way I have to get a series of DFT magnitudes.N : number of frequency bins. > > Can someone suggest me how to get started with this case in MATLAB. doc fft help fft Hope this helps. Greg
|
Pages: 1 Prev: Mel cepstral coefficients Next: How can I print UIControls in vector graphics instead of bitmap? |