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!