-
AdaptiveFiltering
最经典的自适应滤波的书籍,决不会后悔下载的。美国人编著(Adaptive Filtering and classic books, will never regret downloading. Americans for the book)
- 2009-04-12 09:23:46下载
- 积分:1
-
filterGUI
说明: 一个GUI界面,实现图像读入,滤波等功能,适合初学matlab的GUI者(A GUI interface, the realization of the image read, filter and other functions, suitable for novice matlab from the GUI)
- 2008-10-23 16:32:07下载
- 积分:1
-
dsp-source-code-
基音周期估计的MATLAB实现,一段代码,已经验证,可下载(find pitch use MATLAB)
- 2011-12-27 22:23:12下载
- 积分:1
-
xianxingzhengshuguihua
线性整数规划分支定界算法Matlab源码,算法简单有效(Linear integer programming branch and bound algorithm Matlab source code, algorithm is simple and effective)
- 2009-05-09 16:01:46下载
- 积分:1
-
dtcydl
这是一个低通抽样定理,例题中包括了低通信号的波形,抽样速率为4Hz的抽样信号,抽样序列恢复出原始信号(This is a low-pass sampling theorem, examples included in the lowpass signal waveform, the sampling rate is 4Hz sampling signal to recover the original signal sample sequence)
- 2013-09-19 08:57:27下载
- 积分:1
-
BSheffield-college-gatbs
BSheffield大学gatbs工具箱所有算例下载及调试说明(All examples of BSheffield the University gatbs toolbox download and debug instructions)
- 2013-03-12 17:43:07下载
- 积分:1
-
esprit
说明: 经典ESPRIT算法,在等间距接受阵列的条件下,直接估计出我们想要接收信号的角度。八个接收天线,二个目标信号,噪声为高斯噪声。(Classical ESPRIT algorithm, such as spacing in the array to accept the conditions, we want to directly estimate the received signal point of view. Eight receiving antennas, two target signal and noise as Gaussian noise.)
- 2008-10-24 16:22:52下载
- 积分: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
-
DigModTutorial
关于调频解调的部分程序,希望对大家有所帮助,谢谢
(FM demodulation on the part of the process, and I hope to help you, thank you)
- 2006-11-19 16:06:50下载
- 积分:1
-
MATLAB
简单的MATLAB拉普拉斯变换,单位阶跃响应的程序(Simple MATLAB Laplace transform of unit step response procedures)
- 2012-06-05 10:28:18下载
- 积分:1