Statistics
2 Questions
0 Answers
RANK
289,900
of 300,392
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,933
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,335
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
can anyone tell me what is wrong with this program?
clear all; clc; [y,fs,nbits]=wavread('fatmamedhat.wav'); sound(y,fs,nbits); y=y(:,1); fs=44100; %s...
8 years ago | 1 answer | 0
1
answerQuestion
how can i segment a signal into frames using buffer function ?
x=buffer(Y,L,R);
8 years ago | 1 answer | 0
