-
fastICA
模拟fastICA算法,3个源信号输入,对此进行盲源分离,初学者可以多了解(FastICA simulation algorithm, three source signal input, conduct a blind source separation, beginners can learn more about)
- 2014-09-29 15:48:05下载
- 积分:1
-
1
说明: Matlab的双馈异步风力发电机风电场仿真(MATLAB feng li fa dian ji fangzhen)
- 2014-08-16 18:22:42下载
- 积分:1
-
fig7x34
转差频率控制的矢量控制系统仿真模型 异步电机矢量控制系统(IM Slip vector control frequency control)
- 2014-12-03 15:10:49下载
- 积分:1
-
SUMPLE
深空阵列中的SUMPLE与SIMPLE算法性能对比
以及SUMPLE算法相位漂移与补偿算法
一种基于SUMPLE幅度修正算法(the comparsion of the sumple and simple algorithms, the phase wandering and compensation including)
- 2020-11-17 14:49:40下载
- 积分:1
-
Solve-Equations
matlab经典算法方程中关于解方程问题的具体内容 可以给需要的朋友们一些启示(classical algorithm matlab problem solving equations equations on the specific content of a friend in need who can give some inspiration)
- 2013-11-13 11:16:25下载
- 积分:1
-
pan_tompkin
code for pan tompkin algorithm CORRECTED VERSION
- 2015-03-09 17:25:42下载
- 积分:1
-
efficiency_pi_withlma
Efficiency optimization of IPMSM with PI controller and loss minimization algorithm. Good for comparison and simulation results.
- 2009-11-17 05:56:01下载
- 积分:1
-
rgbled
基于led数学模型的建立rgbled的光谱仿真模型程序(Led the establish rgbled of the mathematical model spectrum-based simulation model program)
- 2013-01-11 15:40:19下载
- 积分:1
-
face-detection-using-skin-color
a face detection method using skin color implemented in matlab
- 2013-07-09 01:57:34下载
- 积分: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