-
matlab
该程序功能主要是运用matlab的小波函数完成图像的读入和显示,并实现加入噪声,最后运用小波函数滤除(The main function of the program is to use matlab image of the wavelet function of the read and display, and the realization of adding noise, and finally the use of wavelet function filter)
- 2008-05-30 13:54:27下载
- 积分:1
-
rainflow
于雨流计数法的命令流,采用MATLAB编写。(About the rain class notation s order class, uses the MATLAB compilation. May use in withdrawing the circulation.)
- 2013-04-24 20:59:44下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
huffman
mathlab code for huffman coding
- 2010-03-05 06:31:43下载
- 积分:1
-
matlab_ipt_tutorial
The purpose of this tutorial is to gain familiarity with MATLAB’s Image Processing
Toolbox. This tutorial does not contain all of the functions available in MATLAB. It is
very useful to go to HelpMATLAB Help in the MATLAB window if you have any
questions not answered by this tutorial. Many of the examples in this tutorial are
modified versions of MATLAB’s help examples. The help tool is especially useful in
image processing applications, since there are numerous filter examples.
- 2015-04-15 23:52:10下载
- 积分:1
-
Distance_F
%% 求复杂网络中两节点的距离、平均最短路径长度以及节点间最短路径条数
%% 采用Floyd算法计算任意两节点的距离,并求最短路径条数用于计算介数(Finding the distance between two nodes in a complex network, the average shortest path length, and the number of shortest paths between nodes
Calculate the distance between any two nodes using the Floyd algorithm, and find the shortest path number for calculating the in- termediacy)
- 2018-05-17 19:53:21下载
- 积分:1
-
PCA
PCA based face recognition
- 2013-12-07 01:35:01下载
- 积分:1
-
optical_flow
说明: 代码介绍全局平滑约束下的基于梯度光流法的MATLAB实现(Code describes the global smoothness constraint optical flow method based on the gradient of the MATLAB implementation)
- 2010-04-16 21:17:25下载
- 积分:1
-
jirrm-0.2-20061016-linux.tar
java open source code for iris pattern recognition system
- 2013-01-09 23:19:37下载
- 积分:1
-
SQPMAT
SQP算法的Matlab编程实例,包括QP算法子程序在内。(The SQP algorithm Matlab programming examples, including QP algorithm subprogram, including.)
- 2012-10-14 18:05:24下载
- 积分:1