DAC

版本 1.0.0.0 (12.6 KB) 作者: Eric Ogier
Multi Bit Delta Sigma Digital to Analog Converter - Simulink model
2.9K 次下载
更新时间 2016/3/23

查看许可证

DAC is a Simulink model of a multi bit delta sigma digital to analog converter.
The DAC is based on a 9 bits set split in :
- 4 MSBs (bits : 8/7/6/5, respective weights : 32/16/8/4)
- 5 LSBs (bits 4/3/2/1/0, weights : 1/1/1/1/1)
The redundancy between bit#5 and LSBs allows two combinations to code a same value. Both combinations are used according to a hysteris cycle depending on the sign of the signal gradient (bit#5 is used if the signal increase while LSBs are used if the signal decrease).
Video demonstration :
https://www.youtube.com/watch?v=ExwdHEWAorU&ab_channel=Pseudonymeoriginal

引用格式

Eric Ogier (2024). DAC (https://www.mathworks.com/matlabcentral/fileexchange/55836-dac), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2014b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Electromechanical 的更多信息

Community Treasure Hunt

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

Start Hunting!

DAC/

版本 已发布 发行说明
1.0.0.0

Adding of a video demonstration link.