Mostrar comentarios más antiguos
is there a matlab command that will filter and downsample data?
5 comentarios
Baba
el 18 de Nov. de 2011
Walter Roberson
el 18 de Nov. de 2011
decimate is in the signals processing toolbox
Honglei Chen
el 18 de Nov. de 2011
Be aware that decimate has limited filtering support, not as flexible as the ones I mentioned below.
Baba
el 21 de Nov. de 2011
Baba
el 21 de Nov. de 2011
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 18 de Nov. de 2011
1 voto
imresize() in the Image Processing Toolbox
2 comentarios
Baba
el 18 de Nov. de 2011
Walter Roberson
el 18 de Nov. de 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.
Categorías
Más información sobre Multirate Signal Processing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!