Jaya Sodhani
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
208 657
of 295 467
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
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
Facing error in generalizing hamming window.
%Reading the audio y=audioread('speech.wav'); %sound(y); subplot(2,3,1); plot(y); xlabel('Samples'); ylabel('Magnitude'); ...
mer än 2 år ago | 0 answers | 0
0
answersQuestion
How to make a unit energy signal?
y=audioread('speech.wav'); subplot(2,3,1); plot(y); xlabel('Samples'); ylabel('Magnitude'); title('Original speech signal')...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
How to shift the graph?
y=audioread('speech.wav'); subplot(2,3,1); plot(y); xlabel('Samples'); ylabel('Magnitude'); title('Original speech signal')...
mer än 2 år ago | 2 answers | 0
2
answersQuestion
How to divide spectrogram in bands according to y-axis?
y=audioread('speech.wav'); subplot(2,3,1); plot(y); spectrogram(y,[],[],[],fs,'yaxis'); This code will help me to plot the...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
What is the x-axis in fft() command?
y=audioread('speech.wav'); subplot(2,3,1); plot(y); xlabel('Samples'); ylabel('Magnitude'); title('Speech signal'); %Tak...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
Why my fft graph gives different output on again running the code?
y=audioread('speech.wav'); %sound(y); subplot(2,3,1); plot(y); xlabel('Samples'); ylabel('Magnitude'); title('Original spe...
mer än 2 år ago | 1 answer | 0