This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
CMOS:以第一行为例,12个bit并行输出,外加一个frame(帧时钟),一共13根线。其中Data rate=frame rate DDR:以第一行为例,一个随路时钟。由于是DDR,随路时钟上升沿下降沿都采数据,所以用6对LVDS线走数据,每对走两个bit,一共7对LVDS线。其中Data rate=2*frame rate JESD204B:以最后一行为例,8通道16bit ADC,内部做串行化则一帧数据是128个bit,如果用一根线传,Data rate=128*frame rate,数据速率太高,CML连线难以支持。所以考虑用6对CML线传,每对可以走24个bit,这样一帧最多走144个bit,可以支持128bit的需求。这样一来,Data rate=24*frame rate。 你在看ADI的survival guide?可以参考一下TI的ADS42JB49手册。