How to filter all the frequencies from the audio signal.

14 views (last 30 days)
Hello guys, so I have this problem, I do have an audio signal, from two seperate sources with some noise. I need to seperate thoose into proper frequencies and print them out, how would I do that ? I already have the spectrum of the signal, that i acquired using FFT. But i get a lot of frequencies grouped in two spots, i don't get it how i get only the frequencies i need ? I added picture of the spectrum above.

Accepted Answer

Mathieu NOE
Mathieu NOE on 24 Nov 2020
hello
2 gifts for you today (lucky man !)
  • a code for general spectral analysis
  • examples of digital filters you can use to eliminate unwanted frequency bands or keep (with a bandpass filter) frequencies of interest; once the filter is designed you can apply it on your signal using filter or filtfilt
hope it helps
  36 Comments
Mathieu NOE
Mathieu NOE on 8 Dec 2020
ok - not everything goes smooth and shinny as we would like too
I just hope you are not too much annoyed with signal processing !!

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!