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!