how to convert digital data into analog data using matlab code?
Ältere Kommentare anzeigen
how to convert digital data into analog data using matlab code? and vice versa... i.e., converting back analog data into digital data?
2 Kommentare
Azzi Abdelmalek
am 25 Okt. 2013
What is the range of your analog signal, how many bits are you sing?
Sharada Reddy
am 31 Jan. 2017
can you tell me how is the DAC in matlab works..? Any codes to convert digital into analog signal
Akzeptierte Antwort
Weitere Antworten (2)
po-wei huang
am 18 Apr. 2020
0 Stimmen
You can try this sample. Here contain DAC procedure. (But quantizing is skipped.)
Walter Roberson
am 18 Apr. 2020
0 Stimmen
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.
Kategorien
Mehr zu Analog Filters finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!