-
S-Function
S-Function 使用及应用举例。欢迎下载,互相学习,共同努力(S-Function use and application, for example. Welcome to download and learn from each other and work together)
- 2007-11-26 18:40:12下载
- 积分:1
-
C1
This code is related to the course Digital Communications.
It easily reproduces the error probability
as a function of the SNR per bit for QPSK and 16-QAM systems using MATLAB
- 2013-11-10 02:19:00下载
- 积分:1
-
BYS
本程序针对信号检测与估计中极大极小化准则的仿真,画出贝叶斯风险曲线、极大极小化风险等,帮助大家更好理解极大极小化准则。(This procedure for signal detection and estimation of the minimax criterion simulation, draw the Bayesian risk curve, greatly minimizing risk, to help you better understand the enormous minimization criterion.)
- 2020-11-23 17:19:34下载
- 积分:1
-
clutch
离合器的模型,可以用在仿真模型中,可以参考建立整车模型。。。(Clutch model, can be used in the simulation model, can refer to the establishment of vehicle models. . .)
- 2013-04-10 10:31:02下载
- 积分:1
-
p_music
说明: 现代数字信号处理中基于互相关函数的music方法(Modern digital signal processing in the cross-correlation function-based method of music)
- 2008-10-03 20:37:29下载
- 积分:1
-
shangzaimatlab
说明: pso基本算法的代码,能满足最基本的需要,适合初学人员,便于理解(pso )
- 2010-05-04 10:43:29下载
- 积分:1
-
progs
simple matlab programs
- 2010-07-02 19:46:43下载
- 积分:1
-
perceptron
感知器感知器算法训练二元线性分类器。结构体数据使用感知器学习规则
找到给定的二分类标签数据超平面。
(PERCEPTRON Perceptron algorithm to train binary linear classifier.
Synopsis:
model = perceptron(data)
model = perceptron(data,options)
model = perceptron(data,options,init_model)
Description:
model = perceptron(data) uses the Perceptron learning rule
to find separating hyperplane from given binary labeled data.
model = perceptron(data,options) specifies stopping condition of
the algorithm in structure options:
.tmax [1x1]... maximal number of iterations.
If tmax==-1 then it only returns index (model.last_update)
of data vector which should be used by the algorithm for updating
the linear rule in the next iteration.
model = perceptron(data,options,init_model) specifies initial model
which must contain:
.W [dim x 1] ... normal vector.
.b [1x1] ... bias of hyperplane.
.t [1x1] (optional) ... iteration number.
Input:
data [struct] Labeled (binary) training data.
.X [dim x num)
- 2011-05-01 18:19:52下载
- 积分:1
-
FUNCS2
files needed to read from text and to update output channels
- 2011-06-15 22:26:10下载
- 积分:1
-
MatchingPursuit
Matching Pursuit 算法是信号分解的一种具体实现方法。但其本质上则是一种估计
信号模型参数的方法,因而可直接用于信号检测及参量估计。本文以谐波信号特征参量的估计为例,介绍了其具体实现方法。(Matching Pursuit algorithm is a specific method of signal decomposition. But by its very nature is an estimated signal model parameters, and thus can be directly used for signal detection and parameter estimation. In this paper the harmonic signal characteristics of the estimates of the parameters, for example, describes the specific implementation method.)
- 2012-10-11 10:57:30下载
- 积分:1