Afficher commentaires plus anciens
is there a matlab command that will filter and downsample data?
5 commentaires
Baba
le 18 Nov 2011
Walter Roberson
le 18 Nov 2011
decimate is in the signals processing toolbox
Honglei Chen
le 18 Nov 2011
Be aware that decimate has limited filtering support, not as flexible as the ones I mentioned below.
Baba
le 21 Nov 2011
Baba
le 21 Nov 2011
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 18 Nov 2011
1 vote
imresize() in the Image Processing Toolbox
2 commentaires
Baba
le 18 Nov 2011
Walter Roberson
le 18 Nov 2011
There isn't any command for it in basic MATLAB. You may be able to construct routines for it out of basic MATLAB, depending on how you want to do your filtering. For example, you could fft2, adjust the frequency matrix, then ifft2() specifying fewer points than the original had.
Catégories
En savoir plus sur Multirate Signal Processing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!