How to downsample a 3-D matrix data?
17 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Chunru
le 24 Août 2021
y = resample(A,65,1056,'Dimension',3);
3 commentaires
Walter Roberson
le 17 Août 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.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Multirate Signal Processing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!