Technique used for matlab audio conversion. A/D[SOLVED]

Hello, I would like to ask a question about MatLab's audiorecorder, there are currently several types of techniques for converting Analog to Digital audio and converting Digital audio to Analog, I would like to know the technique used by MatLab. Thank you.

 Accepted Answer

MATLAB uses your sound card (link) to do those conversions. See the documentation on the audiodevinfo (link) function for details. The actual conversion method depends on the sound card design.

Categories

Find more on Audio I/O and Waveform Generation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!