photo

Jaya Sodhani


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
220,371
of 300,331

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,920

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,124

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

  • Thankful Level 2

View badges

Feeds

View by

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'); ...

3 years ago | 1 answer | 0

1

answer

Question


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')...

3 years ago | 1 answer | 0

1

answer

Question


How to shift the graph?
y=audioread('speech.wav'); subplot(2,3,1); plot(y); xlabel('Samples'); ylabel('Magnitude'); title('Original speech signal')...

3 years ago | 2 answers | 0

2

answers

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 1 answer | 0

1

answer