![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/23707647_1630558445575_DEF.jpg)
Jaya Sodhani
Followers: 0 Following: 0
統計
MATLAB Answers
6 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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'); ...
2年以上 前 | 0 件の回答 | 0
0
回答質問
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')...
2年以上 前 | 1 件の回答 | 0
1
回答質問
How to shift the graph?
y=audioread('speech.wav'); subplot(2,3,1); plot(y); xlabel('Samples'); ylabel('Magnitude'); title('Original speech signal')...
2年以上 前 | 2 件の回答 | 0
2
回答質問
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...
2年以上 前 | 1 件の回答 | 0
1
回答質問
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...
2年以上 前 | 1 件の回答 | 0
1
回答質問
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...
2年以上 前 | 1 件の回答 | 0