Can anyone help me to create sliding window for signals in MATLAB ?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Machine Learning Enthusiast
il 12 Dic 2016
Commentato: Machine Learning Enthusiast
il 13 Dic 2016
I want to create sliding window for my generated signals with Sampling frequency of 3.84 kHz (64 samples/cycle)in 60-Hz systems.Example is attached
2 Commenti
Adam
il 12 Dic 2016
What is wrong with just the obvious indexing into start and end of your window and then moving the indices along by 1 each time?
Risposte (1)
Steven Lord
il 12 Dic 2016
What do you want to do with the windowed pieces of the signal? Do any of the moving statistics functions do what you need?
0 Commenti
Vedere anche
Categorie
Scopri di più su Array and Matrix Mathematics in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!