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
Estadística
2 Preguntas
0 Respuestas
CLASIFICACIÓN
121.663
of 302.031
REPUTACIÓN
0
CONTRIBUCIONES
2 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.508
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 178.295
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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] ...
casi 14 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 14 años hace | 1 respuesta | 0