how can i split a speech signal into 3 equal parts??

1 次查看(过去 30 天)
can any1 help me with matlab code pls!!!

回答(2 个)

Tobias
Tobias 2013-4-28
Quick google search:

Azzi Abdelmalek
Azzi Abdelmalek 2013-4-28
x=[1 2 3 4 5 6 7 8]
n=round(numel(x)/2)
x1=x(1:n)
x2=x(n+1:end)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by