代码搜索:高精度电压基准
找到约 4,235 项符合「高精度电压基准」的源代码
代码结果 4,235
www.eeworm.com/read/445804/7589923
c hvda.c
//////////HVDA高差压差动输入,定时启动,由T2定时////////////////
/////////选择4,5通道为ADC0差动转化通道//////////////
/////////仪表为某速度仪,输出Vout:0-10V,且带有参考电压输出Vref:5V////
/////////仪表特性:Vout-Vref与速度成线性关系,量程为-1m/s至1m/s///////
/
www.eeworm.com/read/439653/7704071
m exp3_1.m
clear
clc
close
t0=0;
tfinal=15;
x0=[0.5;0]; %初始化,电感电流为0,电容电压为0.5v
%tol=0.001; %数值计算精度
[t,x]=ode45('elecsys',t0,tfinal,x0);
%elecsys是系统微分方程的描述函数
figure(1)
subplot(211)
plot(t,x(:,1))
title
www.eeworm.com/read/438370/7732162
m exp3_1.m
clear
clc
close
t0=0;
tfinal=15;
x0=[0.5;0]; %初始化,电感电流为0,电容电压为0.5v
%tol=0.001; %数值计算精度
[t,x]=ode45('elecsys',t0,tfinal,x0);
%elecsys是系统微分方程的描述函数
figure(1)
subplot(211)
plot(t,x(:,1))
title
www.eeworm.com/read/197646/7983598
m exp3_1.m
clear
clc
close
t0=0;
tfinal=15;
x0=[0.5;0]; %初始化,电感电流为0,电容电压为0.5v
%tol=0.001; %数值计算精度
[t,x]=ode45('elecsys',t0,tfinal,x0);
%elecsys是系统微分方程的描述函数
figure(1)
subplot(211)
plot(t,x(:,1))
title
www.eeworm.com/read/397311/8056146
bak sy9.bak
//P3.0-P3.7 并行数据DB0-DB7
//P2.7 时钟信号
//使用定时器3中断程序改变输出电压
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit CLK=P2^7;
sfr16 TMR3RL=0x92;
www.eeworm.com/read/397311/8056197
c sy9.c
//P3.0-P3.7 并行数据DB0-DB7
//P2.7 时钟信号
//使用定时器3中断程序改变输出电压
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit CLK=P2^7;
sfr16 TMR3RL=0x92;
www.eeworm.com/read/295934/8132533
asm adc0804-1.asm
;天逸版adc0804 A/D转换应用,转动电位器,P0口显示1,2,3,4,5,6,7,8,9,0
;天逸版JP8需接上,应用于天逸版内部5V电压,
***************************************************************************
;* ohm@szsxmcu.com 深圳随想电子科技有限公司版权所有
www.eeworm.com/read/295934/8132535
asm adc0804-2.asm
;天逸版adc0804 A/D转换应用,转动电位器数码管依次显示000-255,此程序加以改动可以用作多种用途
;天逸版JP8需接上,应用于天逸版内部5V电压,
;***************************************************************************
;* ohm@szsxmcu.com 深圳随想电子科技有限公司版
www.eeworm.com/read/143198/12890037
m exp3_1.m
clear
clc
close
t0=0;
tfinal=15;
x0=[0.5;0]; %初始化,电感电流为0,电容电压为0.5v
%tol=0.001; %数值计算精度
[t,x]=ode45('elecsys',t0,tfinal,x0);
%elecsys是系统微分方程的描述函数
figure(1)
subplot(211)
plot(t,x(:,1))
title
www.eeworm.com/read/142361/12950402
m exp3_1.m
clear
clc
close
t0=0;
tfinal=15;
x0=[0.5;0]; %初始化,电感电流为0,电容电压为0.5v
%tol=0.001; %数值计算精度
[t,x]=ode45('elecsys',t0,tfinal,x0);
%elecsys是系统微分方程的描述函数
figure(1)
subplot(211)
plot(t,x(:,1))
title