downsample
显示 更早的评论
is there a matlab command that will filter and downsample data?
5 个评论
Baba
2011-11-18
Walter Roberson
2011-11-18
decimate is in the signals processing toolbox
Honglei Chen
2011-11-18
Be aware that decimate has limited filtering support, not as flexible as the ones I mentioned below.
Baba
2011-11-21
Baba
2011-11-21
采纳的回答
更多回答(1 个)
Walter Roberson
2011-11-18
1 个投票
imresize() in the Image Processing Toolbox
2 个评论
Baba
2011-11-18
Walter Roberson
2011-11-18
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Multirate Signal Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!