photo

kani


Attivo dal 2012

Followers: 0   Following: 0

Messaggio

This is my program

x=wavread('E:\project\kani imp\akk');
l=size(x)

l =

78336 2

>> s=1;
>> for t=[4000:4000:l]
sum=0;
for t1=[s:t]
sum=sum+(sum(abs(x.^2)));
en=sum;
enm=en+1;
end
end
I have this error ??? Subscript indices must either be real positive integers or logicals
how can i fix this this problem

Statistica

MATLAB Answers

2 Domande
0 Risposte

RANK
119.926
of 301.432

REPUTAZIONE
0

CONTRIBUTI
2 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

RANK
 of 21.280

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 174.555

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

Feeds

Visto da

Domanda


how to write a program in matlab for to identify the energy level in given speech signal
I wrote this program. is this correct...? x=wavread('E:\project\kani imp\akk'); l=size(x) s=1; for t=[4000:4000:l] ...

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


This is my program... i have this error ??? Subscript indices must either be real positive integers or logicals. how can i fix it?
x=wavread('E:\project\kani imp\akk'); l=size(x) l = 78336 2 >> s=1; >> for t=[4000:4000:l] s...

oltre 13 anni fa | 1 risposta | 0

1

risposta