How to downsample a 3-D matrix data?
조회 수: 11 (최근 30일)
이전 댓글 표시
Hi
I have a 3-D matrix (A) of order a x b x c. And the data is recorded at 1056Hz sampling frequency. The data is already filtered between 0-5-10Hz, and epoched. I need to downsample my matrix to 65Hz.
Any help on how i can do it.?
BR
댓글 수: 2
Walter Roberson
2021년 8월 24일
Which dimension is time? That is, which is the dimension to be reduced?
채택된 답변
Chunru
2021년 8월 24일
y = resample(A,65,1056,'Dimension',3);
댓글 수: 3
David Alarcia
2022년 8월 17일
i have the same problem, fact is the console doesn't seem to understand i'm using that exact function and keeps printing the "too many input arguments" prompt.
I'd like some help. Thx
Walter Roberson
2022년 8월 17일
In https://www.mathworks.com/matlabcentral/answers/1780625-need-to-resample-a-3d-data-matrix?s_tid=srchtitle it turned out that you were doing infinite recursion.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!