-
int_mat
通过使用matlab程序用内惩罚函数法的对算例进行分析(Matlab procedures through the use of penalty function method used in the analysis of numerical example)
- 2009-03-16 21:17:00下载
- 积分:1
-
kf
说明: Matlab source code for kalman filter
- 2011-06-10 18:12:14下载
- 积分:1
-
Reconstructing-Digital-off-Axis-Fresnel-Holograms
reconstructing digital off-axis hologram reconstruction
- 2013-01-24 15:51:59下载
- 积分:1
-
eigen
The eff ect of thyristor-controlled series capacitors (TCSC) on bifurcations of subsynchronous resonance (SSR) in power system
- 2021-05-13 22:30:02下载
- 积分:1
-
Matlab_Gui_image_denoise
基于Matlab Gui的图像去噪程序,内含多种小波去噪方式,PSNR&MSE对比等。(Based on Matlab Gui denoising procedures, containing a variety of wavelet de-noising way, PSNR & MSE contrast.)
- 2015-06-10 16:57:18下载
- 积分:1
-
WSR_WMMSE
WSR maximization algorithm for MIMO networks using WMMSE
- 2020-11-07 21:59:48下载
- 积分:1
-
BasedonMATLABpowerfacorcorrectioncircuitsimulation
对一种三相无源功率因数校正电路进行了参数的优化和仿真,仿真结果表明,运用Matlab中的SimPowerSystems模块对复杂的电路进行仿真分析和研究,不失为一种准确、直观有效的方法。 (Of a three-phase passive power factor correction circuit parameter optimization and simulation results show that the use of Matlab in SimPowerSystems module circuit simulation of complex analysis and research, after all, a precise, direct and effective way.)
- 2010-06-06 10:40:51下载
- 积分:1
-
SAR_point_simulate
SAR的点目标仿真,matlab开发,程序思路清晰,通俗易懂(SAR point target simulation, matlab development, program ideas clear, easy to understand)
- 2010-09-26 22:01:20下载
- 积分:1
-
INS
惯性导航算法,有输入数据,在MATLAB下的哦,直接就可以运行得通,惯性技术作业哦!(Inertial navigation algorithm, the input data in MATLAB Oh, it can be shipped directly works, inertial technology jobs oh!)
- 2013-11-24 23:43:11下载
- 积分:1
-
fuzzy_control
用MATLAB编写的离散模糊控制程序,结合本程序,我相信能能更快更好的理解模糊控制算法。算法在MATLAB Version: 7.14.0.739 (R2012a)运行无误。
function [FCU_T1,FCU_T2,FCU_T3,FCU_T4]=fuzzy_table(Me,Mec,Mu,UC)
Me 隶属度表1
Mec 隶属度表2
Mu 隶属度表3
UC 模糊规则
FCU_T1 重心加权法,输出精确值
FCU_T2 重心加权法,输出离散值
FCU_T3 重心加权法(对隶属度平方),输出离散值
FCU_T4 最大隶属度法
function [R,n,nE,nEC,nU,nfe,nfec,nfu]=fuzzy_relation(Me,Mec,Mu,UC)
Me 隶属度表1
Mec 隶属度表2
Mu 隶属度表3
UC 模糊规则
R 表示全体规则构成的模糊关系
n=nfe×nfec
nE 模糊变量E的语言值个数
nEC 表示模糊变量EC的语言值个数
nU 表示模糊变量U的语言值个数
nfe 表示E的等级量个数,示例1中其论域为{-6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6}
nfec 表示EC的等级量个数,示例1中其论域为{-6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6}
nfu 表示U的等级量个数,示例1中其论域为{-7 -6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6 7}
Me 表示E的隶属度表
Mec 表示EC的隶属度表
Mu表示U的隶属度表
UC表示规则表(fuzzy control algorithm(matlab program))
- 2015-05-19 14:23:20下载
- 积分:1