-
code
matlab仿真通过的降噪程序,提供c语言实现的各种降噪算法。还包括对椒盐噪声有很好抑制作用的一组新算法。(matlab simulation of the noise reduction process through the provision of a variety of c language to achieve noise reduction algorithm. Also includes a very good inhibition of salt and pepper noise of a new algorithm.)
- 2009-05-03 17:08:54下载
- 积分:1
-
appendix
《visual c++matlab图像处理与识别实用案例精选》源码1(digital proceing)
- 2009-05-09 22:46:21下载
- 积分: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
-
nenbiu
最大信噪比的独立分量分析算法,一种噪声辅助数据分析方法,ML法能够很好的估计信号的信噪比。( SNR largest independent component analysis algorithm, A noise auxiliary data analysis method, ML estimation method can be a good signal to noise ratio.)
- 2021-04-17 17:08:52下载
- 积分:1
-
matlab-code-for-vihicle
车流量的matlab神经网络预测及其优化源代码(matlab code)
- 2009-02-01 21:47:55下载
- 积分:1
-
辅助小波分析与应用例程
关于小波分析的 具体是什么 我也不太清楚(wavelet analysis on the specific is what I did not know)
- 2005-06-05 10:38:26下载
- 积分:1
-
PSOyouhua
粒子群优化算法优化无约束函数,其优化效果相当的不错,呵呵呵呵!(AVERAGE PSO Programs constrain gear Design)
- 2012-05-12 18:35:03下载
- 积分:1
-
VISUM-Exercise-for-Monday
Visum Exercise for Monday no use of matlab
- 2011-10-05 06:19:47下载
- 积分:1
-
10counter
设计的一个十进制的计数器,以J-K触发器为基本。以simulink为开发环境。(Design of a decimal counter to the basic JK flip-flop. In simulink development environment.)
- 2013-12-01 10:19:57下载
- 积分:1
-
SVPWM_FOC_CONTROL
异步电机磁场定向电压矢量控制系统,转速环,磁链环,双电流环可以很好跟踪给定值。转矩波动很小。(Voltage field oriented induction motor vector control system, speed loop, flux loop, double loop current setpoint tracking well. Torque ripple is very small.)
- 2016-06-02 22:25:26下载
- 积分:1