代码搜索:电流泵
找到约 1,334 项符合「电流泵」的源代码
代码结果 1,334
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/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/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
www.eeworm.com/read/123833/14611774
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/122468/14688340
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/220803/14788766
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/7800/135663
h ds1302.h
/*************************************************************************
宽范围工作电压2.0 5.5V 工作电流2.0V 时,小于300nA
对Vcc1 有可选的涓流充电能力 双电源管用于主电源和备份电源供应
关于DS1302的晶振问题:32
CH: 时钟停止位寄存器2 的第7 位12/24 小时标志
CH
www.eeworm.com/read/17631/743998
vhd overcur_ctrl.vhd
--过流保护程序
--电路将反馈电流转换为[-5--+5]范
--通过减法电路将之转换为[0--10]
--最后,通过分压电路将之转换为[0--5]
--作为ADC0809的输入信号
--中点为2.5v
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity ov
www.eeworm.com/read/32279/879546
vhd overcur_ctrl.vhd
--过流保护程序
--电路将反馈电流转换为[-5--+5]范
--通过减法电路将之转换为[0--10]
--最后,通过分压电路将之转换为[0--5]
--作为ADC0809的输入信号
--中点为2.5v
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity ov