-
matlab
模糊控制,的基本源程序,主要用于决策判断模糊控制,的基本源程序,主要用于决策判断(Fuzzy control, the basic source code, the main judge for decision-making fuzzy control, the basic source code, mainly used in decision making)
- 2009-03-25 12:30:10下载
- 积分:1
-
Radar-simulation-and-SAR-imaging
复杂目标的雷达回波模拟及RD算法SAR成像(Radar echo simulation of complex targets and RD SAR imaging algorithm)
- 2014-10-20 12:37:36下载
- 积分:1
-
matlab_fangpengzhuang
RFID标签防碰撞算法研究与仿真分析 matlab程序源代码(RFID tag anti-collision algorithm and simulation analysis matlab source code)
- 2013-10-11 13:26:12下载
- 积分:1
-
matlab1
利用matlab求数组均值方差的实例程序(matlab averaging variance)
- 2013-05-21 10:21:35下载
- 积分:1
-
statistics_soilclass
随机森林算法的一个分类器,对随机森林得到的分类结果进行投票,选择最高概率的类别作为最终的投票结果。使用于土壤图斑分解,精细数字土壤制图。(Random Forest algorithm of a classifier, random forest classification results obtained to vote to choose the highest probability of category as the final voting results. Use polygon decomposition in soil, fine digital soil mapping.)
- 2021-03-07 14:49:30下载
- 积分:1
-
MATLAB-basic-intensive-training
运用MATLAB编程并结合simulink解决简单的电路问题。
自选题目:图1所示为典型的直流电阻电路[3], 含有电压控制的受控电流源VCCS,其中,R1=1Ω,R2= 2Ω, R3=3Ω,US=10V, IS=15A, VCCS= ,现需分析计算电流i1和电压u2
(Combined with the use of MATLAB simulink program to solve simple circuit problems. Optional Title: Figure 1 shows a typical DC resistance of the circuit [3], with voltage-controlled current source controlled VCCS, which, R1 = 1Ω, R2 = 2Ω, R3 = 3Ω, US = 10V, IS = 15A, VCCS =, now need to be analyzed to compute the current and voltage u2 i1)
- 2010-06-30 13:08:36下载
- 积分:1
-
LMS
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) ( LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) )
- 2021-03-01 22:29:34下载
- 积分:1
-
POD1
pod 分解用于PIV数据处理的提取相干结构程序(pod decomposition)
- 2009-11-11 13:58:11下载
- 积分:1
-
removee
removing outliers from a vector containing statistical data
- 2010-12-03 20:51:47下载
- 积分:1
-
MATLAB
BPAM,BQAM for Matlab simulink
- 2010-02-11 22:36:13下载
- 积分:1