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 个评论
采纳的回答
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!