-
tu222
数学公式模型的仿真,在matlab环境下把数学公式的图像画出来(Math model simulation, in the matlab environment, the mathematical formulas drawn images)
- 2010-09-26 11:07:45下载
- 积分:1
-
AlgorithmicAspectsOfBioinformatics
Algorithmic Aspects Of Bioinformatics book
- 2010-02-24 00:42:47下载
- 积分:1
-
zuotu
提供mathlab作图方法,利用函数直接生成函数曲线(gg)
- 2010-07-21 12:52:20下载
- 积分:1
-
init_fmin
光学工程很有用的有限元优化问题解,能轻松快速的进行工程类的和光学类的优化处理(Useful in optical engineering finite element solutions of optimization problems can be quickly and easily and optical engineering optimization class)
- 2011-01-07 15:11:09下载
- 积分:1
-
GreedyAlgOfdmExample
对OFDM系统功率分配贪婪算法的进行了仿真。(Power allocation for OFDM systems greedy algorithm for the simulation.)
- 2011-06-18 22:42:15下载
- 积分:1
-
pso
计算给定函数的全局最优位置以及优化极值,并输出结果(Calculating a given function and optimize global best position extremes, and outputs the result)
- 2014-10-15 09:18:17下载
- 积分:1
-
chap4_09_GPC_NoIden
c(q-1)=1,gpc算法,被控对象为开环不稳定费最小相位系统(c(q-1)=1,gpc,NoIden,Charged object charges for open-loop unstable minimum phase systems)
- 2012-04-12 10:38:02下载
- 积分:1
-
speech-enhancement
本文介绍了一种基于自适应滤波算法的语音信号增强处理的方法。文中在扼要介绍了目前常用的语音增强方法的基础上,重点介绍了采用LMS算法的自适应语音增强系统。对三种LMS算法(基本LMS算法,符号误差LMS算法及NLMS算法)进行仔细研究,并用Matlab仿真实现,验证比较了三种算法的语音增强效果。(In this paper, a system of speech enhancement is discussed based on self-adaptive algorithm. On the basis of presenting an overview of a number of speech enhancement is described in detail based LMS algorithm.This paper researches sorts of LMS algorithms(the basic LMS algorithm,the sign error LMS algorithm and NLMS algorithm) in detail, and compares the three algorithm of speech enhancement effect with Matlab simulation validation.)
- 2012-04-30 19:53:20下载
- 积分:1
-
Matlab
书籍 《最优化方法及其matlab程序设计》 作者马昌凤 matlab源代码(Books optimization methods and Matlab programming Convergent Descend Matlab source code)
- 2012-06-14 19:33:15下载
- 积分: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