Info

This question is closed. Reopen it to edit or answer.

How can I obtain a graphics of a sound input acquired through a microphone?

1 view (last 30 days)
I need to obtain a graphic, .mat file for example, which should represent the audio trace acquired by a microphone connected to an FPGA.
I need the output to be in a form that should allow some processing on it, like for example a bandwith translation or an amplification.

Answers (1)

Walter Roberson
Walter Roberson on 14 Oct 2015
You cannot do bandwidth translation (whatever that is) or amplification on a plot: you apply those to the audio data that you read in.
There are numerous different ways of representing audio data, including plain plot() in the time domain, right up to spectrogram()
  1 Comment
Giuliano Sisto
Giuliano Sisto on 14 Oct 2015
Yes, of course Bandwidth translation makes no sense I'm sorry, I meant the application of filter in order to modify the band of the signal.
By the way, thank you for your answer, I'm gonna search something about these functions that you named, and eventually I'm gonna try to use them.

Community Treasure Hunt

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

Start Hunting!