-
polar_ber.m
polar baseband transmission in matlab
- 2013-03-08 16:18:54下载
- 积分:1
-
Nickelcadmium
nickelcadmium used in battery for inverter simulation
- 2011-10-23 18:37:26下载
- 积分:1
-
romp
L algorithme de Regularised orthogona matching poursuit qui permet la reconstruction des signaux
- 2015-03-04 03:57:21下载
- 积分:1
-
yq
说明: 任何一个检测的信号都不可避免地受到干扰源的影响,脑电检测中的干扰源主要分为体内体外两大类。
体外干扰包括检测系统本身(如电极与头皮的接触阻抗的变化)、交流电源和环境中的电磁干扰源。把脑电图机的接地端与地线向量,并保持电极与头皮的良好接触,可以有效地抑制工频干扰。在电磁屏蔽室中进行脑电采集,能有效地避免环境中的电磁干扰。(eeg eog)
- 2015-03-31 14:55:52下载
- 积分:1
-
Matlab
matlab函数的基本使用方法介绍,以便更好的学习matlab。(asic use matlab function introduced in order to better learning matlab.)
- 2015-04-22 15:34:43下载
- 积分:1
-
MATLAB_sparse_matrix_and_variable_tutorial
MATLAB稀疏矩阵和变量教程MATLAB sparse matrix and variable tutorial(MATLAB sparse matrix and variable tutorial MATLAB sparse matrix and variable tutorial)
- 2010-08-03 10:13:04下载
- 积分:1
-
work
数字信号处理实验代码及输出图形,已调试过。广东海洋大学版的。(DSP text.GDOU.)
- 2009-06-10 19:28:47下载
- 积分:1
-
easy_kalman_filter
说明: 一个简单的卡尔曼滤波代码,matlab编写,供初学者借鉴(A simple Kalman filter code, matlab prepared for beginners learn)
- 2011-04-11 20:15:25下载
- 积分: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
-
lab3
Distibution models sine
- 2011-08-17 20:19:02下载
- 积分:1