-
exp_basic
MATLAB Tutorial : For the beginners in MATLAB, this example code will provide a great jump start.
The code has comprehensive comments to elaborate the functionality explicitly.
- 2009-05-27 13:17:14下载
- 积分:1
-
zig
说明: 输入2维数组和行数列数,进行之字形重新排列,输出1维数组,比如图像的DCT变换系数(DCT,zigzag)
- 2010-04-12 18:25:43下载
- 积分:1
-
velocity_influence_on_mf_of_LFM
研究了目标速度对LFM信号匹配滤波的影响(Of the target speed of the LFM signal matched filtering of)
- 2010-05-05 19:44:18下载
- 积分:1
-
liblinear-64bit-1.92
线性分类与回归的工具箱,里面含有详细使用说明(Linear classification and regression toolbox, which contains detailed instructions for use)
- 2013-03-04 10:20:00下载
- 积分:1
-
allsv_pwm
three phase induction motor
- 2013-04-08 21:45:06下载
- 积分:1
-
ct
说明: 关于工业CT同步运动控制建模与仿真的相关资料,非常有用(About Industrial CT synchronized motion control related information modeling and simulation, very useful)
- 2015-03-16 10:12:32下载
- 积分:1
-
chaofen-
本文研究了多幅图像和单幅图像超分辨率方法。在多幅图像超分重建方面,
研究了基于凸集投影和基于正则化的超分辨率方法;在单幅图像超分重建方面,
研究了基于压缩感知的超分辨率方法。(This paper studies on the image and the image super resolution method. In the multiple image super-resolution reconstruction,
Based on the projection onto convex sets and super resolution based on regularization method in a single image super-resolution reconstruction,
Research on super resolution method based on compressed sensing.)
- 2015-04-13 15:36:30下载
- 积分:1
-
EM_GM
% EM algorithm for k multidimensional Gaussian mixture estimation
%
% Inputs:
% X(n,d) - input data, n=number of observations, d=dimension of variable
% k - maximum number of Gaussian components allowed
% ltol - percentage of the log likelihood difference between 2 iterations ([] for none)
% maxiter - maximum number of iteration allowed ([] for none)
% pflag - 1 for plotting GM for 1D or 2D cases only, 0 otherwise ([] for none)
% Init - structure of initial W, M, V: Init.W, Init.M, Init.V ([] for none)
%
% Ouputs:
% W(1,k) - estimated weights of GM
% M(d,k) - estimated mean vectors of GM
% V(d,d,k) - estimated covariance matrices of GM
% L - log likelihood of estimates
%( EM algorithm for k multidimensional Gaussian mixture estimation Inputs: X (n, d)- input data, n = number of observations, d = dimension of variable k- maximum number of Gaussian components allowed ltol- percentage of the log likelihood difference between 2 iterations ([] for none) maxiter- maximum number of iteration allowed ([] for none) pflag- 1 for plotting GM for 1D or 2D cases only, 0 otherwise ([] for none) Init- structure of initial W, M, V: Init.W, Init.M, Init.V ([] for none) Ouputs: W (1, k)- estimated weights of GM M (d, k)- estimated mean vectors of GM V (d, d, k)- estimated covariance matrices of GM L- log likelihood of estimates)
- 2008-04-27 15:51:27下载
- 积分:1
-
psodaikuan1dongtai
粒子群优化算法求解贷款方面的程序,供大家参考(Particle swarm optimization algorithm lending program, for your reference)
- 2011-05-19 22:22:24下载
- 积分:1
-
yc
清空环境变量
网络结构建立
遗传算法参数初始化
迭代求解最佳初始阀值和权值
遗传算法结果分析
把最优初始阀值权值赋予网络预测
BP网络训练
BP网络预测
清空环境变量(Empty the environment variable
Established network structure
Genetic algorithm parameter initialization
Iterative Solution optimum initial thresholds and weights
Analysis of Genetic Algorithms
The optimal initial threshold value is assigned to the right network prediction
BP network training
BP network prediction
Empty the environment variable)
- 2013-08-17 21:35:24下载
- 积分:1