-
61549802matlab
bit error rate of quadrature modulation.
- 2009-11-01 13:55:34下载
- 积分:1
-
12EC64R11_Sairam
a smaple matlab program
- 2013-07-11 09:25:14下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
newton
数值分析 孙志忠 上机题 牛顿法,计算机(Numerical analysis of Newton' s method RAIL-on title)
- 2014-11-22 19:31:46下载
- 积分:1
-
lxcfir
滤波程序,用于信号处理中的滤波分析,希望对大家有用(very good,useful)
- 2011-12-25 15:22:20下载
- 积分:1
-
new
包含多个C++源代码文件,简单的继承、结构控制、结构体运用、IO格式控制等(Source code file that contains multiple C++ simple inheritance, structure control, the use of structures, IO format control, etc.)
- 2014-09-08 15:18:01下载
- 积分: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
-
Rayleigh-approximation
该程序主要用于计算瑞利散射条件下,雷达接收到的粒子散射场的大小。(The codes are used to generate the field and then calculate the far-field scattered field collected by the radar.)
- 2012-06-09 00:00:25下载
- 积分:1
-
impulsefrequecy-response-code
the calculation of imp response from the frequecny response in power delay profiel calculations
- 2013-12-06 19:39:46下载
- 积分:1
-
Control-GUI
该界面可以用来分析控制系统在时域,频域和使用状态空间分析技术。它还提供了在采用极点配置的方法设计一个二阶系统的状态空间设计额外的特征。(This GUI can be used to analze control systems in time domain, in frequency domain and using using state space analysis techniques. It also provides an additonal feature of designing a second order system in state space design using pole placement approach. )
- 2015-07-06 14:57:18下载
- 积分:1