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

audiodigital signal processingMATLABsignalsignal processing

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.

Best 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.
Related Question