Can anyone help me to create sliding window for signals in MATLAB ?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Machine Learning Enthusiast
el 12 de Dic. de 2016
Comentada: Machine Learning Enthusiast
el 13 de Dic. de 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 comentarios
Adam
el 12 de Dic. de 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?
Respuestas (1)
Steven Lord
el 12 de Dic. de 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 comentarios
Ver también
Categorías
Más información sobre Magnetic Elements en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!