Overlapping Windows?

If I had an audio signal 3s long, and I need to divide it into 25ms windows with 15ms overlap with a sampling rate of 16khz, how do I do that? I used hamming for when there wasn't any overlapping.
Thanks :)

回答 (1 件)

Jan
Jan 2011 年 12 月 1 日

0 投票

You can use the function buffer to create a signal matrix with overlapping windows from a signal vector.

質問済み:

2011 年 11 月 30 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by