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
Statistics
2 Questions
0 Answers
RANK
119,934
of 301,540
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,319
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 175,260
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF 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] ...
13 years ago | 1 answer | 0
1
answerQuestion
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...
13 years ago | 1 answer | 0