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!