Can anyone help me to create sliding window for signals in MATLAB ?
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
Adam
2016-12-12
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?
回答(1 个)
Steven Lord
2016-12-12
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Array and Matrix Mathematics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!