-
parallel_battery_SC_boost_converter
基于simulink环境搭建的超级电容、蓄电池混合储能仿真模型(Hybrid energy storage simulation model of super capacitor and battery based on Simulink environment)
- 2020-07-04 08:40:01下载
- 积分:1
-
自己编写的用于时序分析的matlab源码,可以用于故障分析与诊断,...
自己编写的用于时序分析的matlab源码,可以用于故障分析与诊断,-their preparation for the time-series analysis of the source code Matlab can be used to fault analysis and diagnosis,
- 2022-09-21 10:50:03下载
- 积分:1
-
模拟退火算法
提出了一种基于粒子群优化(PSO)算法的径向基(RBF)网络参数优化算法,首先利用减聚类算法确定网络径向基函数中心的个数,再用PSO算法优化径向基函数的中心及宽度,最后用PSO算法训练隐含层到输出层的网络权值,找到神经网络权值的最优解,以达到优化神经网络学习的目的。最后,通过一个实验与最小二乘法优化的神经网络进行了比较,验证了算法的有效性。(Particle swarm optimization (PSO) optimization of RBF network)
- 2018-01-31 23:02:43下载
- 积分:1
-
VC++转换COLORREF值为RGB分量
VC++转换COLORREF值为RGB分量,举个例子,在本例中,是将COLORREF值:0x000080FF转换成:R分量:0xFF、G分量:0x80、B分量:0x00,注意,并不是分离。请看定义:
//R分量
BYTE RED = GetRValue(cr);
//G分量
BYTE GREEN = GetGValue(cr);
//B分量
BYTE BLUE = GetBValue(cr);
CString strText = _T("");
strText.Format(_T("COLORREF值:0x%08X"), cr);
pDC->TextOut(100, 50, strText);
strText.Format(_T("R分量:0x%02X"), RED);
pDC->TextOut(100, 100, strText);
strText.Format(_T("G分量:0x%02X"), GREEN);
pDC->TextOut(100, 150, strText);
strText.Format(_T("B分量:0x%02X"), BLUE);
pDC->TextOut(100, 200, strText);
- 2022-06-13 02:13:45下载
- 积分:1
-
kv-can
针对kvaser-can卡的labview程序(LabVIEW program for kvaser-can card)
- 2020-11-20 09:49:37下载
- 积分:1
-
SMES_BESS 储能变流器
储能系统在微电网的运行控制中起到了重要的作用,
研究了超导磁储能和蓄电池储能系统的储能变流器在微电
网中的控制策略。基于比例积分(proportional-integral,PI)
控制的储能变流器已广泛应用于微电网中,以实现双向的功
率传输。然而,由于储能变流器具有高度的非线性和耦合性,
PI 控制器无法实现令人满意的鲁棒性。因此提出了一种基
于互联和阻尼配置方法的能量成型控制策略,用于改善微电
网中混合储能系统储能变流器的鲁棒性。(Energy storage system plays an important role in
operation and control of microgrid. Control strategies of
converters of superconducting magnetic energy storage
(SMES) system/battery hybrid energy storage system (HESS)
in microgrid are studied in this paper. Energy storage
converters are widely used in microgrid for achieving
bidirectional power transmission based on proportional-integral
(PI) method. However, PI controllers are not satisfactory in
robustness due to high nonlinearity and coupling
characteristics. Thus, this paper proposes an energy shaping
(ES) control based on interconnection and damping assignment
(IDA) to improve robustness of HESS converters in microgrid.
Design process includes three steps: construction of
port-controlled Hamiltonian (PCH) model, setting of desirable
equilibrium and solution of energy matching equation.)
- 2018-10-17 22:44:09下载
- 积分:1
-
Flask Web开发:基于Python的Web应用开发实战源码
说明: 考虫网的爬虫,可以通过编写url的方式自动将数据爬取到本地(The crawler of the web and automatically writes to excel)
- 2020-06-23 15:00:01下载
- 积分:1
-
lorenz
说明: 洛伦兹混沌系统的仿真模型,在积分模块中选择不同的初值(The simulation model of Lorentz chaotic system chooses different initial values in the integral module)
- 2019-03-21 22:00:49下载
- 积分:1
-
通过sparten2来实现数字电压表实验。实验板上的数码管显示模拟电压的数字,调整实验板上的控制模拟电压的电位器,显示模拟电压的数字应该能够随输入的电压变化而变...
通过sparten2来实现数字电压表实验。实验板上的数码管显示模拟电压的数字,调整实验板上的控制模拟电压的电位器,显示模拟电压的数字应该能够随输入的电压变化而变化。-Sparten2 to achieve through the digital voltmeter experiment. Experiment on-board digital tube display the number of analog voltage to adjust the control experiment on-board analog voltage potentiometer, showing the number of analog voltage input voltage should be able to change with the change.
- 2022-09-06 09:20:03下载
- 积分:1
-
wang2013.pdf
一篇关于matlab仿真锁模激光器的文献,附有matlab code(Comparison of numerical methods for modeling laser mode-locking with saturable gain, with Matlab code)
- 2018-11-01 14:10:54下载
- 积分:1