Community Profile

photo

Jaya Sodhani


Last seen: 10 meses hace Con actividad desde 2022

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2

Ver insignias

Feeds

Ver por

Pregunta


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

casi 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 2 años hace | 1 respuesta | 0

1

respuesta