代码搜索:高精度电压基准
找到约 4,235 项符合「高精度电压基准」的源代码
代码结果 4,235
www.eeworm.com/read/401335/11559286
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/348215/11605386
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/261326/11654754
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/156094/11828590
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/344814/11858310
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/343722/11932771
c 10_4.c
/* 【例10-4】要求在图10-2输出端输出正弦波电压,产生频率随意,峰峰值为5V。*/
//用C语言编程,程序如下:
#include
//#include
//#define da0832 XBYTE[0x7fff]
#define uchar unsigned char
uchar xdata da0832 _at_ 0x7fff
www.eeworm.com/read/154488/11951083
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/340908/12125542
c hvda.c
//////////HVDA高差压差动输入,定时启动,由T2定时////////////////
/////////选择4,5通道为ADC0差动转化通道//////////////
/////////仪表为某速度仪,输出Vout:0-10V,且带有参考电压输出Vref:5V////
/////////仪表特性:Vout-Vref与速度成线性关系,量程为-1m/s至1m/s///////
/
www.eeworm.com/read/337991/12331279
ewb 同相输入式放大电路图.ewb
Electronics Workbench Circuit File
Version: 5
Charset: ANSI
Description:
"同相输入式放大电路图"
" 图中诸元件的作用与反相输入式放大电路中的相同。"
" 电路的型式是电压串联负反馈。"
" 分析放大倍数时,把放大器的输入端看作虚开路。"
" 放大倍数:Af=Uo/Ui=1+Rf2/Rf1"
"
www.eeworm.com/read/131488/14143459
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