A/D conversion

Is it possible to perform an A/D conversion using matlab?
From what i understand, matlab can read in data via the serial ports but it does require the data to be in binary or text form, So is it even possible to input an analogue signal into matlab and create a function that will perform the A/D so the signal is then in a digital format.

답변 (1개)

Walter Roberson
Walter Roberson 2011년 10월 24일

0 개 추천

No digital computer can store or transfer analog signals. A/D conversion must always be performed at the hardware level.
MATLAB can (in some cases) be used to control the parameters of the conversion, such as the sample rate or resolution.
The closest you can get to "raw" A/D conversion is to hook the signal source to the microphone input (and hope it doesn't burn it out!), and then request to read audio samples using audiorecorder() or wavrecord()

댓글 수: 1

Daniel Shub
Daniel Shub 2011년 10월 24일
Do not use wavrecord, it is depreciated and slated to be removed.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Logical에 대해 자세히 알아보기

태그

질문:

2011년 10월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by