-
simulatedannealing
数学建模美赛德经典算法MATLAB 源码之退火算法(MCM s very important algorithm simulated annealing)
- 2010-02-10 13:08:59下载
- 积分:1
-
nbzh
说明: 将政务公开网上数据直接转换成日常工作中所需瓣台帐,(The open web-based data directly to the government to convert the daily work required in the accounting flap,)
- 2010-03-20 15:43:14下载
- 积分:1
-
demo_OceanOptics
demo OceanOptics communication systems.
- 2013-08-09 23:16:01下载
- 积分:1
-
yinpinchuli
对于一段有杂音的音频信号,用过多种方式去除,建立多种经典滤波器,并比较优劣。(For a period of noise audio signal, used a variety of ways to remove the establishment of a variety of classic filter, and compare the pros and cons.
)
- 2012-03-27 10:37:07下载
- 积分:1
-
CCS_pkk
CCS的配置说明,rtdx verification.
IT DSP和matlab联调(CCS description of the configuration, rtdx verification. IT DSP and matlab FBI)
- 2009-04-12 19:41:48下载
- 积分:1
-
mutandcross
crossover and mutaion for binary genetic algorithm
- 2012-03-27 20:30:26下载
- 积分:1
-
Numerical_Methods_in_Engineering_with_MATLAB_0521
An important reference for Engineers who are working projects with MATLAB.
- 2010-05-20 18:58:32下载
- 积分:1
-
信号去噪
说明: matlab小波去噪例程,小波去噪基本实现功能,需要下载matlab自带的Wavelet Toolbox(Wavelet_denoising
The basic function of wavelet denoising. It have to download the Wavelet Toolbox that comes with matlab.)
- 2020-06-20 16:00:02下载
- 积分:1
-
Matlab
说明: 这是一篇比较完成的MATLAB编程的教学实例,很值得下载。(This is a relatively complete MATLAB programming teaching examples, it is worth downloading.)
- 2011-03-04 15:34:42下载
- 积分:1
-
svcm_run
support vector classification machine
% soft margin
% uses "kernel.m"
%
% xtrain: (Ltrain,N) with Ltrain: number of points N: dimension
% ytrain: (Ltrain,1) containing class labels (-1 or +1)
% xrun: (Lrun,N) with Lrun: number of points N: dimension
% atrain: alpha coefficients (from svcm_train on xtrain and ytrain)
% btrain: offest coefficient (from svcm_train on xtrain and ytrain)
%
% ypred: predicted y (Lrun,1) containing class labels (-1 or +1)
% margin: (signed) separation from the separating hyperplane (Lrun,1(support vector machine classification% s oft margin% uses "kernel.m"%% xtrain : (Ltrain, N) with Ltrain : number of points N : % ytrain dimension : (Ltrain. 1) containing class labels (-1 or 1)% xrun : (Lrun, N) with Lrun : number of points N : % atrain dimension : alpha coefficients (from svcm_train on xtrain and ytrain)% btrain : offest coefficient (from svcm_train on xtrain and ytrain)%% ypred : predicted y (Lrun. 1) containing class labels (-1 or 1)% margin : (signed) separation from the separating hyper plane (Lrun, 1)
- 2007-03-03 10:59:12下载
- 积分:1