in speech processing how can i divide each frames into four subframes??

1 view (last 30 days)
i have a speech signal with 8khz sampling frequency and i have divided speech files into frames of 20ms using
[ip,Fs,bits] =wavread('sp02.wav');
y=buffer(ip,160);
now how i divide each frame into 4 subframes.
plz give suggestions.. thank you

Answers (0)

Categories

Find more on Audio Processing Algorithm Design in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!