-
wavework
小波滤波技术,实现信号和图像的滤波处理,相较中值滤波处理的效果更佳理想(Wavelet filtering technology can filter signals and images better than median filtering)
- 2018-09-15 16:48:26下载
- 积分:1
-
标记点画圈
通过典型的图像操作来学习对数据绘图后的图像修改,以达到更加完美的效果(Through typical image manipulation to learn the image modification after data drawing, in order to achieve a more perfect effect)
- 2018-09-05 10:21:44下载
- 积分:1
-
phase1-optimal
i want to download the codes
- 2014-12-08 02:36:38下载
- 积分:1
-
low-ahigh-pass-filter
用MATLAB编写的高通和低通滤波器程序。(High pass & low pass filter)
- 2015-04-15 21:13:22下载
- 积分:1
-
NN
说明: 机器学习神经网络算法工具包,matlab实现(neutral network deep learning)
- 2020-10-16 20:52:04下载
- 积分:1
-
svd_lmmse
OFDM系统中基于奇异值分解降秩的MMSE信道估计算法,非常经典(OFDM channel estimation by singular value decomposition.pdf)
- 2010-03-12 13:56:33下载
- 积分:1
-
Bregman_Matlab_demo
这是bregman迭代的小例子,看完之后对图像处理的优化帮助很大,你可以掌握其中的优化算法,很好,很实用(This is the iterative Bregman small example, after reading on the optimization of image processing helps a lot, you can grasp optimization algorithm, which is very good, very practical.)
- 2014-08-26 18:56:33下载
- 积分:1
-
facegaborprotected
人脸识别用gabor聚类的算法,在ycbcr的颜色空间里,使用gabor算法(face detection in gabor,color in Ycbcr space,then using gabor method caculate cbcr moment for training and decision)
- 2014-01-20 12:47:33下载
- 积分:1
-
particle_filter_soc
基于粒子滤波SOC估算的源码,包含原始数据,可看到直观的计算结果。(SOC estimation based on particle filter source code, containing the original data, you can see the visual results.)
- 2021-03-23 21:49:15下载
- 积分:1
-
MATLAB遗传算法程序
说明: function [bestsole,bestpop]=ga_scomplex(num,bounds,ps,pc,pm,b,dtc)
% GA_scomple是基于浮点编码的单纯形遗传算法主程序
% num定义种群数量
% bounds定义参数取值范围,格式为[Var1min,Var1max;Var2min,Var2max;…….];
%ps选择概率
%pc交叉概率
%pm变异概率
%b 变异程度系数
%dtc 迭代次数
% $Date: 2005/5/25 $(funzione [bestsole,bestpop]=ga _scomplex (num,limites,ps,pc,pm,b,dc)
% GA 655343;scomple;;;;;;
% num
% limits23450;[Var1min,Var1max;Var2min,Var22min;;;;;];
%ps
%pc
%pm
%b _
%dtc _
% $Data: 2005 /5 /25 $)
- 2019-05-11 19:45:18下载
- 积分:1