photo

Jaya Sodhani


Last seen: environ un an il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

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

environ 2 ans il y a | 1 réponse | 0

0

réponse

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

environ 2 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 2 ans il y a | 2 réponses | 0

2

réponses

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

environ 2 ans il y a | 1 réponse | 0

0

réponse

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

environ 2 ans il y a | 1 réponse | 0

1

réponse

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

environ 2 ans il y a | 1 réponse | 0

1

réponse