Filter löschen
Filter löschen

使用matlab提供的SAR ADC模块,idea adc和analog adc用ac testbench跑出来的参数一模一样

17 Ansichten (letzte 30 Tage)
锦涛
锦涛 am 3 Jun. 2023
Beantwortet: Adeline am 12 Okt. 2023
我所使用的matlab版本是2023a,不知道为什么理想adc和模拟adc的参数一模一样。
我看《逐次逼近模/数(SAR ADC) 仿真与设计》一书中写道,这个模拟SAR ADC的有效位数是11
我在同学的电脑上用2020a版本的matlab跑出来的仿真就和这个书中一致,并不是我所跑出来的有效位数是9

Antworten (1)

Adeline
Adeline am 12 Okt. 2023
你好,
我将用英语回答
I understand you are trying to simulate the example “Design and Evaluate Successive Approximation ADC Using Stateflow” in 2023a version of MATLAB.
The example yields the expected ENOB value of 11 in the latest 2023b version of MATLAB. The likely reason is a change in the default values of the “Analog stimulus frequency” and “Resolution bandwidth” of the “ADC Testbench” block. To obtain the required ENOB of 11 in the referred example:
  1. Consider updating to the latest 2023b version of MATLAB.
  2. If unable to update, redefine the “ADC Testbench” block parameters in 2023a as shown below:
I hope this helps!

Kategorien

Mehr zu Data Converters finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2023a

Community Treasure Hunt

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

Start Hunting!