photo

Jaya Sodhani


Last seen: alrededor de 1 año hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

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

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

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

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

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

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

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta