-
APFC-simulink-example
功率因数校正的一些simulink仿真实例,包括单相和三相的电路拓扑,欢迎大家下载交流!(Power Factor Correction some simulink simulation examples, including single-phase and three-phase circuit topology, welcome everyone to download!)
- 2021-03-18 15:29:20下载
- 积分:1
-
SCA:用于解决优化问题的正弦余弦算法
用于求解单目标优化问题的正弦余弦算法。
SCA创建多个初始随机候选解决方案,并要求它们使用基于正弦和余弦函数的数学模型向外波动或朝向最佳解决方案。几个随机和自适应变量也被集成到该算法中,以强调在不同的优化里程碑中探索和利用搜索空间。
压缩包包括:发表的论文、优化算法代码、优化工具箱。(Sine-cosine algorithm for solving single objective optimization problems.
SCA creates multiple initial random candidate solutions and requires them to use mathematical models based on sinusoidal and cosine functions to fluctuate outward or towards the best solution. Several random and adaptive variables are also integrated into the algorithm to emphasize exploring and utilizing search space in different optimization milestones.
Compression packages include: published papers, optimization algorithm code, optimization toolbox.)
- 2021-04-22 10:18:48下载
- 积分:1
-
duo-mu-biao-xian-xing-you-hua
利用粒子群算法计算多目标线性优化问题的解(Using multi-objective particle swarm algorithm for solving linear optimization problems)
- 2014-09-15 21:57:07下载
- 积分:1
-
ECCAnalysis
Error Correcting Code Using Matlab
- 2011-11-21 19:19:00下载
- 积分:1
-
mini2
clear all
clc
t=0:1/1000:10-1/1000
s=sin(2*pi*t)
snr=20
s_power=var(s) varience of s
linear_snr=10^(snr/10)
factor=sqrt(s_power/linear_snr)
noise=randn(1,length(s))*factor
x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù
x1=noise Ô ë É ùÔ ´ Ê ä È ë
x2=noise
w1=0 È ¨Ï µ Ê ý ³ õ Ö µ
w2=0
e=zeros(1,length(x))
y=0
u=0.05
for i=1:10000 LMSË ã ·¨
y(i)=w1*x1(i)+w2*x2(i)
e(i)=x(i)-y(i)
w1=w1+u*e(i)*x1(i)
w2=w2+u*e(i)*x2(i)
end
figure(1)
subplot(4,1,1)
- 2010-10-26 16:41:03下载
- 积分:1
-
cohen
Algorithm Cohena-Sutherlanda
- 2012-04-10 19:24:47下载
- 积分:1
-
spread
扩频通信基础框架,基于matlab扩频通信基础框架,基于matlab(Spread spectrum communications infrastructure framework based on matlabSpread spectrum communications infrastructure framework based on matlab)
- 2015-04-13 20:16:26下载
- 积分:1
-
lms
lms自适应滤波算法lms自适应滤波算法(lms adaptive filtering algorithm)
- 2013-12-26 20:08:44下载
- 积分:1
-
ReadHTKParam
when you want to read some parameters from the HTK macro you trained, just use this source code. it help you read a htk parameter(macro file). But, it can read all parameter type. it just read GMM parameter(1 state, N mixture)
- 2010-07-10 13:41:26下载
- 积分:1
-
OptimumMLCoherentREceiver
最优化的MLC相干接收机matlab程序!(MLC optimal coherent receiver matlab program!)
- 2008-06-06 13:47:21下载
- 积分:1