-
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
-
pro_bhp
this is one of the best satelite code in the world to find the look angle
- 2013-08-23 12:03:07下载
- 积分:1
-
cskmeans
说明: K-MEANS算法是输入聚类个数k,以及包含 n个数据对象的数据库,输出满足方差最小标准的k个聚类。
(K-MEANS algorithm is the input number of clusters k, and n a data object that contains the database and output to meet the standard minimum variance k-clustering.)
- 2011-04-06 15:05:28下载
- 积分:1
-
RSSI
无线传感器RSSI定位算法matlab实现代码(Wireless sensor RSSI location algorithm matlab code)
- 2013-04-28 15:03:30下载
- 积分:1
-
qam
16qam,成型滤波器,加入载波,高斯噪声,调制解调多个星座图等
(16qam, shaping filter, adding the carrier, Gaussian noise, such as modem over Constellation)
- 2011-05-09 15:41:20下载
- 积分:1
-
tulun.m
几乎所有图论问题的matlab和Lingo程序,包括经典的遗传算法,模拟退火,最小prim生成树等,程序中有详细讲解。(Graph theory problem matlab and Lingo program, explain in detail the procedures.)
- 2012-09-01 20:12:58下载
- 积分:1
-
hosa1
信号与系统基础知识包括连续信号与模型、离散信号与模型;常用信号变换包括Z变换、Chirp Z变换、FFT变换、DCT变换和Hilbert变换等;离散系统结构包括IIR、FIR和Lattice结构;IIR滤波器设计包括模拟和数字低通、高通、带通与带阻滤波器设计,以及基于冲激响应不变法和双线性Z变换法的IlR滤波器设计等;FIR滤波器设计包括基于窗函数、频率抽样法和切比雪大逼近法的FIR滤波器设计;平稳信号分析包括经典功率谱估计、基于参数模型的功率谱估计和基于非参数模型的功率谱估计;非平稳信号分析包括STFT变换、Gabor展开、Wigner-Ville分布与Choi-Williams分布;非高斯信号分析包括基于非参数法的双谱估计、基于参数模型的双谱估计,以及双谱估计的应用;信号处理的GUI实现包括滤波器设计与分析的FDATool工具和滤波器设计与信号分析的SPTool工具。(signals and systems based on knowledge, including continuous signal with the model, discrete signal and model; Common signals include transform Z transform, chirp Z-transform, FFT transform. DCT and Hilbert transform; Discrete system architecture including IIR, FIR and Lattice structure; IIR filter design, including analog and digital low-pass, high-pass, band-pass and band stop filter design, Based on the impulse response of the same law and bilinear Z transform the IlR filter design; FIR filter design including on the basis of the window function, frequency sampling and snow all over the big approximation of FIR filter design; stationary signal analysis include classical power spectrum estimation, Based on the model parameters of the power spectrum estimation and non- parametric model b)
- 2007-03-13 19:41:00下载
- 积分:1
-
matlab_antenna
This matlab code about how to design antenna in MIMO
- 2013-12-12 18:06:49下载
- 积分:1
-
分岔图3
说明: 求解分岔问题,非常适合于求解非线性振动问题(Solving bifurcation problems)
- 2021-03-17 20:19:20下载
- 积分:1
-
ex9-2
编程实现基于小波变换尺度相关性去噪算法,结合例子验证该算法的去噪性能(Programming based on wavelet transform denoising algorithm scale correlation, combined with examples of verification of the algorithm de-noising performance)
- 2007-08-04 17:16:01下载
- 积分:1