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

2 Ansichten (letzte 30 Tage)
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 Kommentar
Harindu Kodithuwakku
Harindu Kodithuwakku am 12 Mai 2018
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?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Aditya Salveru
Aditya Salveru am 11 Mai 2018
Bearbeitet: Aditya Salveru am 15 Mai 2018
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.

Kategorien

Mehr zu Audio Processing Algorithm Design finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by