-
e-healthbook_Rossi_Mori
book about electronics health record
- 2011-01-12 08:37:36下载
- 积分:1
-
2343323423
说明: 打点成功的程序段 分享一下,大家互相学习(RBI to share the success of the segment, we learn from each other)
- 2010-04-24 21:44:22下载
- 积分:1
-
Subcarrier-allocation-algorithm
多用户OFDM系统的子载波分配算法参考论文(Subcarrier allocation algorithm for multi-user OFDM system)
- 2012-04-30 00:06:06下载
- 积分:1
-
LEACH
经典leach算法,是学习leach最好的算法,有详尽的代码注释。(classical algorithm of leach)
- 2012-05-10 22:54:46下载
- 积分:1
-
salt-and-pepper
ADD PEPPER NOISE AND REMOVE IT USING SOURCE CODE
- 2013-02-24 21:55:16下载
- 积分:1
-
算法
说明: NMF矩阵分解算法可用于高维数据分解和降维处理分析。(NMF matrix decomposition algorithm can be used for high-dimensional data decomposition and dimension reduction analysis.)
- 2019-06-12 22:30:57下载
- 积分:1
-
matlab_frequency_analyse
1.产生一个连续信号,包含低频,中频,高频分量,对其进行采样,进行频谱分析,分别设计三种高通,
低通,带通滤波器对信号进行滤波处理,观察滤波后信号的频谱。
2.采集一段含有噪音的语音信号(可以录制含有噪音的信号,或者录制语音后再加进噪音信号),对其进行
采样和频谱分析,根据分析结果设计出一合适的滤波器滤除噪音信号(1. Produce a continuous signal, including low-frequency, medium frequency, high-frequency components, its sampling, spectral analysis, are designed for three high-pass, low pass, band-pass filter the signal filtering treatment to observe the signal spectrum after filtering. 2. Acquisition section of the speech signal contains noise (can record a signal containing noise, or voice recording, additional noise after the signal), its sampling and spectral analysis, based on an analysis of the results to design a suitable filter to filter out one noise signal)
- 2007-10-10 21:17:48下载
- 积分: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
-
APcluster
matlab中的AP聚类的程序源码,输入参数可直接使用(The AP clustering matlab program source code, the input parameters can be used directly
)
- 2016-07-30 19:24:45下载
- 积分:1
-
wavefast
在MATLAB环境中,进行数字图像处理中常用到的小波函数系列之四(In the MATLAB environment, to carry out commonly used in digital image processing of the wavelet function series of four)
- 2009-04-27 15:27:36下载
- 积分:1