How can I remove the noise in voice file?

2 ビュー (過去 30 日間)
In Sik Kim
In Sik Kim 2018 年 10 月 7 日
編集済み: Dimitris Kalogiros 2018 年 10 月 7 日
The attached speech.dat file has a lot of noise.
What can I do to hear exactly what it is saying?
plz let me know what it say.
  5 件のコメント
In Sik Kim
In Sik Kim 2018 年 10 月 7 日
It is 'dat' file
You can use just speech.dat in matlab
Image Analyst
Image Analyst 2018 年 10 月 7 日
Again, what format is it? It doesn't seem to be able to be read in with audioread():
Error using audioread (line 104)
The file type is not supported
Error in test2 (line 1)
[y, fs] = audioread('speech.dat')
Please attach the code you used to read it in and play it.

サインインしてコメントする。

回答 (1 件)

Dimitris Kalogiros
Dimitris Kalogiros 2018 年 10 月 7 日
編集済み: Dimitris Kalogiros 2018 年 10 月 7 日
In the following figure, it is depicted the original signal and a filtered version of it.
If you use the sound() command;
sound(speech, 8000);
sound(speech_filtered, 8000);
There is no difference on what you are going to hear. And this is something that is expected, cause the original signal, seems to have no added noise outside its main occupied bandwidth. I tried out many cutoff frequencies at my low pass filter, but no significant improvement. The speech signal indeed is distorted, but this distortion is not an awgn.
  1 件のコメント
Dimitris Kalogiros
Dimitris Kalogiros 2018 年 10 月 7 日
...and something else: your sampling frequency must be slightly greater than 8KHz

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeAudio and Video Data についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by