delta sigma ADC 设计流程?
看了感觉一直在理论上有点感觉,懂了一点,也用matlab做一些滤波器的设计,都是按着书上来的,
但现在准备设计一个最简单的一阶delta sigma ADC,都感觉无从下手,不知道第一步该设计出什么,第二步该设计出什么,。也不知道每一步都应该做到什么,用什么工具去设计,实现及验证。
有做过这方面设计的大师们出来点拨一下呢?
或者有一个最简单ADC设计的完整步骤的文章吗?
我也一直在找相关的资料,但是一直都没有找到合适的。不过SDToolbox是非常有用的。
或者可以这么说,就是MATLAB----》电路的过程!
你要是能自己给出一个specs的list,估计你就知道该从哪里入手了,
Try Razavi's book.
try to learn in a company
try to learn in a company
谢谢分享!
学习了。
Just some of my experience:
1. Synthesize the NTF according to the specifications using MATLAB;
2. Build the SDM topology in SIMULINK, and simulate including non-idealities;
3. Map the coefficients to R and C (continuous-time); or C array (discrete);
4. Build the SDM circuit using ideal SPICE micro-models (i.e an amplifier can be modeled as VCVG, and switched can be modeled as voltage controlled resistor);
5. Design each building block, and substitute into the macro-model circuits;
6. Eventually all circuit level is designed, and sweep the process corner.
谢谢,SDMOUT
有具体指标吗,大体步骤:
1.完全清楚原理,以及你要采用的结构;
2.利用sdtoolbox综合NTF,首先确定各个系数,前馈或者反馈的;
3.行为仿真,得到大致的snr范围,如果电路设计的好,电路仿真结果就基本一致;
4.做电路,版图,仿真。
Gooooooooooooood