-
untitled
照湖南大学一篇硕士论文上做的.simulink光伏并网逆变器仿真 (matlab simulink pv grid connected model)
- 2020-10-06 17:17:37下载
- 积分:1
-
viterbi-matlab
卷积编码器g1=111,g2=101
x为输入的待译码序列
x=[1,0,1,0,0,1,0,0,0,1,0,1,1,1]
x=[1,1,0,1,0,1,1,0,0,1]
x=[1,1,1,0,0,0,1,0,1,1]
a=size(x) 输入序列的长度
s=a(2)/2 译码后的m序列长度为x的一半
m=zeros(1,s) 最终结果存放
ma=zeros(1,s+1) 存放Fa路径的
mb=zeros(1,s+1) 存放Fb路径的
mc=zeros(1,s+1) 存放Fc路径的
md=zeros(1,s+1) 存放Fd路径的(viterbi decoder)
- 2015-04-20 17:06:18下载
- 积分:1
-
HGAPSO_WCA
这是与水循环算法结合的pso的一个版本,代码部分作为一些函数调用的处理。类似一个工具箱使用(This is combined with the water cycle algorithm of pso, a version of code section as some function call processing.Similar to a kit to use)
- 2021-04-12 14:38:57下载
- 积分:1
-
robot
RBF机器人神经网络自适应控制 采用s-function 二自由度机械臂(Adaptive control of robot neural network adopts S-function two degree of freedom manipulator.)
- 2020-12-08 12:59:21下载
- 积分:1
-
deconv
采用matlab编写的数字图像恢复程序,和数字图像解卷积操作的程序。对常用的几种解卷积方法都有例子。(using Matlab prepared by the digital image recovery procedures, and digital image deconvolution operating procedures. Several pairs of common deconvolution method has examples.)
- 2006-07-06 19:20:59下载
- 积分:1
-
minNF
内点罚函数法,求解最优化问题规划,适用于mantlb程序(Interior point penalty function method for solving optimization problems planning procedures applicable to mantlb)
- 2020-11-12 12:59:44下载
- 积分:1
-
Wiener
设计一维纳滤波器
(1). 产生三组观测数据:首先根据S(n)=aS(n-1)+w(n)产生信号S(n),将其加噪声(信噪比分别为20db,10db,6db),得到观测数据X1(n),X2(n),X3(n)。.
(2). 估计Xi(n),i=1,2,3的AR模型参数。假设信号长度为L,AR模型阶数为N,分析实验结果,并讨论改变L,N对实验结果的影响。(Design a Wiener filter
(1) produces three sets of observations: First, according to S (n) = aS (n-1)+ w (n) generates the signal S (n), to add noise (SNR are 20db, 10db, 6db ), obtained observational data X1 (n), X2 (n), X3 (n). .
(2) estimated Xi (n), i = 1,2,3 of the AR model parameters. Assuming the signal length L, AR model order N, the analysis of experimental results, and discuss the changes in L, N to the experimental results.)
- 2012-01-12 10:18:20下载
- 积分:1
-
MOSPO
说明: 多目标粒子群算法,两个目标的粒子群算法,得到的图时帕累托前沿(Particle swarm optimization algorithm for two targets)
- 2019-12-01 15:42:05下载
- 积分:1
-
The-gradient-descent-method
梯度下降法是一个最优化算法,常用于机器学习和人工智能当中用来递归性地逼近最小偏差模型(The gradient descent method is an optimization algorithm used in machine learning and artificial intelligence to recursive approximation of the minimum deviation model
)
- 2014-10-22 16:44:40下载
- 积分:1
-
inverted_pendulum
运用模糊控制器编写matlabM文件,实现小车单级倒立摆系统的控制问题(fuzzy control in inverted pendulum systems)
- 2011-12-22 21:52:07下载
- 积分:1