-
MATLAB6_5
说明: matlab教程,查询一些命令,使用方法,例子,可以用来仿真,实验等(matlab tutorial, query a number of commands, use, examples, can be used to simulate experiments)
- 2010-04-16 21:02:39下载
- 积分:1
-
FSKbinar
simple fsk(frequency shift key)
- 2012-05-29 21:10:49下载
- 积分:1
-
lssvm
说明: 最小二乘支持向量机对数据进行分类,求出精确度,用于故障诊断(Least Square Support Vector Machine classifies the data and finds out the accuracy for fault diagnosis.)
- 2020-06-23 19:00:02下载
- 积分:1
-
Rayleigh11_h_inter2
Performance analysis of wireless networking with interleaving on the receiver side over Rayleigh fading channels.
- 2009-04-03 03:01:33下载
- 积分:1
-
Erlang
用计算机语言编写ErlangB公式计算器,实现给定任意两个变量求解第三个变量的功能,掌握ErlangB公式的计算方法,培养数值分析计算与算法设计能力。(Write ErlangB formula calculator computer language, to achieve a given arbitrary function of two variables to solve the third variable, master formula calculation method ErlangB cultivate numerical analysis computing and algorithm design capabilities.)
- 2014-10-23 19:23:53下载
- 积分:1
-
ApplicationofFuzzyNeuralNetworkinDriverFatigueDete
可利用MATLAB实现模糊神经网络仿真,不过这里还没有MATLAB源码,期待大家将其实现(Can make use of MATLAB realization of fuzzy neural network simulation, but no MATLAB source code here, we look forward to its realization)
- 2009-01-11 17:03:40下载
- 积分:1
-
edgegrowing
matlab区域增长法法进行图像边缘检测(region growing method matlab edge detection method)
- 2010-10-26 20:13:23下载
- 积分:1
-
repval
repval(X) finds all repeated values for input X, and their attributes.
(The input may be vector, matrix, char string, or cell of strings
Y=repval(X) returns the repeated values of X
[RV, NR, POS, IR]=repval(X) returns the following outputs
RV : Repeated Values (sorted)
NR : Number of times each RV was repeated
POS : Position vector of X of RV entries
IR : Index of repetition
Example:
X=[1 5 5 9 5 5 1]
[RV,NR,POS,IR]=repval(X)
Output:
RV = [1 5] Numbers 1 and 5 are repeated values
NR = [2 4] Respectively repeated 2 and 4 times
POS = [1 7 2 3 5 6] Position index of X for repeated values
IR = [1 1 2 2 2 2] Corresponding to which index of RV
)
- 2010-12-14 15:13:45下载
- 积分:1
-
LMSand-RLS
这是通信中常用到的数字滤波器算法的matlab的例子,下载的话,自己要修改。(This is commonly used in communications to the digital filter algorithm matlab example, download the case, they have to change.)
- 2011-05-06 14:38:50下载
- 积分:1
-
DS_CDMA_Detector
These files in Matlab implement a conventional DS -CDMA detector using QPSK modulation and matched filters in the receiver.(These files in Matlab implement a conventional DS-CDMA detector using QPSK modulation and matched filters in the receiver.)
- 2009-04-15 21:55:56下载
- 积分:1