Clear Filters
Clear Filters

How can I apply a FFT moving window ?

26 views (last 30 days)
djamaleddine djeldjli
djamaleddine djeldjli on 2 Dec 2018
Commented: Walter Roberson on 5 Dec 2018
hello,
i have a signal (x) as a vector (1*1799), the sampling frequency Fs=30 and Ns=1799
how can I apply a FFT mobile window on 100 samples each time along the signal
thank you

Answers (1)

Walter Roberson
Walter Roberson on 2 Dec 2018
buffer() and fft()
see also spectrogram()
  6 Comments
djamaleddine djeldjli
djamaleddine djeldjli on 5 Dec 2018
how many samples at a time depends on the Fs for me i need to apply FFt on 100 samples and i move the window with 60 samples
the width of the window is 100s
ant it moves by 60s
Walter Roberson
Walter Roberson on 5 Dec 2018
buffer is still the solution .

Sign in to comment.

Products


Release

R2015a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!