photo

Jaya Sodhani


Last seen: etwa ein Jahr vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort