Removing Noise from an audiofile Matlab

后端 未结 0 1045
有刺的猬
有刺的猬 2021-02-01 03:20

I am new to Matlab. I have added some noise to an Mp3 file:

[a, Fs] = audioread(\'test.mp3\');
y = a + 0.01* randn(size(a));
plot(y);
sound(y,Fs);
<
相关标签:
回答
  • 消灭零回复
提交回复
热议问题