Segmentation of audio signal.

26 views (last 30 days)
Djordje Damnjanovic
Djordje Damnjanovic on 13 Jun 2019
Hello everybody!
I have this issue about segmentation of audio signal. I want to do segmentation of audio signal but with overlap of each segment of 25%. For example, first segment of signal will start from 0 sec to 1 sec, next segment will start from 0.75 sec to 1.75 sec, third segment will start from 1.5 sec to 2.5 sec. etc. Later I need to use each segment seperatly for futher analysis so it is good to put every segment in some vector or again save as audio signal... I create picture where I paint segments in signal.
Thanks in front!
ffff.jpg

Answers (1)

Greg Dionne
Greg Dionne on 13 Jun 2019
If you have the Signal Processing Toolbox, buffer may be what you're after.
Hope this helps!
-Greg

Community Treasure Hunt

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

Start Hunting!