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

8 Ansichten (letzte 30 Tage)
Sony
Sony am 28 Apr. 2013
can any1 help me with matlab code pls!!!

Antworten (2)

Tobias
Tobias am 28 Apr. 2013
Quick google search:

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

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by