フィルターのクリア

Method to plot two audio files in the same graph of (amplitude Vs. Frequency)

3 ビュー (過去 30 日間)
Harindu Kodithuwakku
Harindu Kodithuwakku 2018 年 5 月 10 日
編集済み: Aditya Salveru 2018 年 5 月 15 日
I want to plot two audio files in one graph to compare the difference in the frequencies. One of the the audio files has background noise, whilst the other audio file has got background+useful sound. I want to determine the frequencies which are not present in the background.
The code that I have plots only for audio file. I want to overlap both audio files into one graph.
I have attached the two audio files and the code.
  1 件のコメント
Harindu Kodithuwakku
Harindu Kodithuwakku 2018 年 5 月 12 日
Hi, Thank you very much for the answer. but,should I change the length of the both 'wave'files if the two audio files have different recording times? does it change NFFT,Y and f as well?

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

回答 (1 件)

Aditya Salveru
Aditya Salveru 2018 年 5 月 11 日
編集済み: Aditya Salveru 2018 年 5 月 15 日
Hi Harindu,
You can plot the frequency spectra of both the signals on the same graph by using the command.
hold on
I have done that and attached the code and output. I have added the legend also for your reference.
Hope it helps.
*please change the filenames accordingly.

カテゴリ

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