kani
Followers: 0 Following: 0
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
Statistiques
2 Questions
0 Réponses
RANG
273 205
of 301 809
RÉPUTATION
0
CONTRIBUTIONS
2 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 21 414
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 176 674
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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] ...
plus de 13 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 13 ans il y a | 1 réponse | 0