How to downsample a 3-D matrix data?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Joana
am 24 Aug. 2021
Kommentiert: Walter Roberson
am 17 Aug. 2022
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 Kommentare
Walter Roberson
am 24 Aug. 2021
Which dimension is time? That is, which is the dimension to be reduced?
Akzeptierte Antwort
Chunru
am 24 Aug. 2021
y = resample(A,65,1056,'Dimension',3);
3 Kommentare
David Alarcia
am 17 Aug. 2022
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
am 17 Aug. 2022
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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Multirate Signal Processing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!