フィルターのクリア

Digital signal processing. [need help]

1 回表示 (過去 30 日間)
Husanjon Ergashev
Husanjon Ergashev 2015 年 5 月 21 日
回答済み: Star Strider 2015 年 5 月 21 日
Hello everybody. I have given an assignment and I just need little help. In my assignment I have to get audio signal from microphone and show it's response in digital frequency domain. I'm getting signal from microphone in matlab but don't know how to convert into digital domain. Thanks in advance.

採用された回答

Star Strider
Star Strider 2015 年 5 月 21 日
If your audio signal is in MATLAB (perhaps using audiorecorder and its friends) it is already a digital signal. Pay specific attention to the sampling frequency ‘Fs’, and the class of the data, since you may need to cast the data as double to process it if it not already a double array.

その他の回答 (1 件)

Adam
Adam 2015 年 5 月 21 日
If you mean frequency domain then
doc fft
should help. There are plenty of examples in the help that you can access by searching for fft or following links from that page.

カテゴリ

Help Center および File ExchangeMultirate Signal Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by