-
GMSK
simulink写的GMSK调制GMSK.rar(simulink written GMSK modulation GMSK.rar)
- 2008-01-23 15:32:14下载
- 积分:1
-
KEMA_model
KEMA model of arcing in circuit breaker SF6
- 2009-06-18 20:03:21下载
- 积分:1
-
LMS
1,、设置变量和参量:
X(n)为输入向量,或称为训练样本
W(n)为权值向量
e(n)为偏差
d(n)为期望输出
y(n)为实际输出
η为学习速率
n为迭代次数
2、初始化,赋给w(0)各一个较小的随机非零值,令n=0
3、对于一组输入样本x(n)和对应的期望输出d,计算
e(n)=d(n)-X^T(n)W(n)
W(n+1)=W(n)+ηX(n)e(n)
4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行(, set the variables and parameters:
X (n) is the input vector, otherwise known as the training sample
W (n) for the weight vector
e (n) for the deviation
d (n) is the desired output
y (n) is the actual output
η is the learning rate
n is the number of iterations)
- 2011-12-10 20:22:05下载
- 积分:1
-
PCA
使用主成分分析对高维数据进行降维,程序包含了降维的过程和结果(Using PCA to reduct dimensionality for data. the program contains the process and solution.)
- 2013-12-25 21:56:37下载
- 积分:1
-
MTI
介绍了MTI雷达(动目标检测雷达)。该类型雷达能够抑制杂波保留目标信号。对MTI雷达进行了仿真,并利用参差重频消除盲速影响,讨论了MTI雷达参差比取不同的值对盲速的影响(This code introduce the use of MTI radar that inhibits clutter in order to remain object signal, and simulate the system for MTI radar using multiple PRFs to eliminate hte influence of blind velocity.)
- 2012-01-25 11:55:15下载
- 积分:1
-
earthquake-b-value
对想做一些关于地震重现规律研究的有用,这是现成的程序源代码,可以直接用。(it is very helpful for some persons who want to do some research on earthquake b value )
- 2013-01-31 17:50:41下载
- 积分:1
-
buck22
buck pid仿真
BUCK
的
PID
控制,调整参数,更深入理解
PID
控制
学习使用
MATLAB
,并在
MATLAB
中建立电力电子仿真电路模型(buck pid)
- 2020-07-04 13:00:02下载
- 积分:1
-
Newton
This is a Matlab code for Newton method used in numerical methods to solve linear equations .
- 2013-12-09 05:05:46下载
- 积分:1
-
paiduifangzhen
MATLAB实现排队系统的模拟仿真,对排队过程的仿真模拟。(MATLAB realization of queuing system simulation, simulation of queuing processes.)
- 2010-10-09 19:52:38下载
- 积分:1
-
CA_TrafficFlowModel
利用元胞自动机算法实现交通流的数学模型构建和模拟,数据输出为.txt文件(Constructing a mathematical model of traffic flow and simulation with the use of cellular automata algorithms, data output as .txt files)
- 2015-04-15 10:09:59下载
- 积分:1