how to convert digital data into analog data using matlab code?
이전 댓글 표시
how to convert digital data into analog data using matlab code? and vice versa... i.e., converting back analog data into digital data?
댓글 수: 2
Azzi Abdelmalek
2013년 10월 25일
What is the range of your analog signal, how many bits are you sing?
Sharada Reddy
2017년 1월 31일
can you tell me how is the DAC in matlab works..? Any codes to convert digital into analog signal
채택된 답변
추가 답변 (2개)
po-wei huang
2020년 4월 18일
0 개 추천
You can try this sample. Here contain DAC procedure. (But quantizing is skipped.)
Walter Roberson
2020년 4월 18일
0 개 추천
The only built in facility for converting digital to analog are the ones that output to audio devices such as sound() or audiodevicewriter, unless you want to count graphics operators. Or if you want to include the ability to set and clear DTR on a serial port. Everything else needs to talk to a digital to analog converter.
카테고리
도움말 센터 및 File Exchange에서 Analog Filters에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!