在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 840|回复: 1

[求助] 扰动法lms校准SAR ADC matlab建模问题

[复制链接]
发表于 2023-8-31 21:22:41 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
        扰动法lms校准SAR ADC matlab遇到了问题,error也没什么效果
LSB给的30,uw,ud都是2e-3。失配给的5%,大佬能不能帮我看下问题。
另外有个疑问,dither所加的vin是要给个sin波吗,还是固定就好。
Vip = 0.3*Vref/(sqrt(1+(2*pi*fs*k)^2*(R*C)^2))*sin(2*pi*fin*k*(ts*t-R*C+del_jitter*randn(1,1)))+Vcm+dither_LSB*LSB;
        Vin = -0.3*Vref/(sqrt(1+(2*pi*fs*k)^2*(R*C)^2))*sin(2*pi*fin*k*(ts*t-R*C+del_jitter*randn(1,1)))+Vcm-dither_LSB*LSB;

        [dout1(t),adout1(t,]= (adc_sar_diff(Vip,Vin,Vref,Vcm,M,Cm_p,Cm_n,Cd1_p,Cd1_n,Cp1_p,Cp1_n,Comp_os,del_Compvn,del_ktc,weight));
        dout1(t)=floor(dout1(t));
        adout1(t, = floor(adout1(t,);

        Vip = 0.3*Vref/(sqrt(1+(2*pi*fs*k)^2*(R*C)^2))*sin(2*pi*fin*k*(ts*t-R*C+del_jitter*randn(1,1)))+Vcm-dither_LSB*LSB;
        Vin = -0.3*Vref/(sqrt(1+(2*pi*fs*k)^2*(R*C)^2))*sin(2*pi*fin*k*(ts*t-R*C+del_jitter*randn(1,1)))+Vcm+dither_LSB*LSB;

        [dout2(t),adout2(t,:)]= (adc_sar_diff(Vip,Vin,Vref,Vcm,M,Cm_p,Cm_n,Cd1_p,Cd1_n,Cp1_p,Cp1_n,Comp_os,del_Compvn,del_ktc,weight));
        dout2(t)=floor(dout2(t));
        adout2(t,:) = floor(adout2(t,:));

        error = adout1(t,:)*rot90(weight,3)- adout2(t,:)*rot90(weight,3);
        error = adout1(t,:)*rot90(weight,3)- adout2(t,:)*rot90(weight,3)- 2*delta_d;
        t

        delta_d=delta_d+ud*error;
        weight(:,1:14)=weight(:,1:14)-ux*error*(adout1(t,1:14)- adout2(t,1:14));
        d(t)=error;


 楼主| 发表于 2023-8-31 21:24:16 | 显示全部楼层

                               
登录/注册后可看大图

                               
登录/注册后可看大图

您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /1 下一条

小黑屋| 手机版| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-11-17 08:20 , Processed in 0.067076 second(s), 6 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表