-
Tamuratexture
图像纹理特征提取,是图像处理中一另一个非常重要的底层特征,matlab实现(Image texture feature extraction, image processing are very important to one another underlying characteristics, matlab implementation)
- 2009-02-24 12:06:09下载
- 积分:1
-
第三章图像灰度直方图变换
在数字图像处理中,灰度直方图是最简单且最有用的工具,可以说,对图像的分析与观察直到形成一个有效的处理方法,都离不开直方图。(in digital image processing, the histogram is the simplest and most useful tool, it can be said that the right image analysis and observation until the formation of an effective treatment method has been based on histogram.)
- 2005-06-06 19:38:58下载
- 积分:1
-
Matlab_BPNN1
Please send to you my code matlab example6
- 2011-11-11 10:31:17下载
- 积分:1
-
rbmcda_1_0
rao-blackwellised data association partical filters
- 2010-07-21 23:05:46下载
- 积分:1
-
MATLAB_code_PLL_book
this matlab codes for using in communication systems this codes very important in communication systems.
- 2013-10-17 00:00:43下载
- 积分:1
-
stbc_sm
stbc of Spatial modulation
- 2015-01-29 18:26:41下载
- 积分:1
-
minimum-variance-self-tuning-control
用matlab实现自适应控制中的最小方差自校正控制(Minimum variance adaptive control self-tuning control using matlab)
- 2012-11-19 10:15:53下载
- 积分:1
-
精细积分程序
在钟万勰院士最新书上的原代码
% Precise Integration Method
clear;
A=zeros(2);
C=A;
D=[0.5,0;0,1];
B=[-6,2;2,-4];
f0=[0;0;0;10];
f1=zeros(size(f0));
H=[A,D;B,C];
I=eye(size(H));
iH=inv(H);
tf=20;
step=[2,0.5,0.1]; % different step size
N=20;
figure;
hold;
str=["o","x","b-"];
for jj=1:3
%PIM begin
dt=step(jj)/2^N;
Ta=H*dt+(H*dt)^2*(I+
- 2022-01-30 16:59:30下载
- 积分:1
-
L_Systems_2D
用MATLAB作的分形图,LS文氏构图法(Using MATLAB for fractal images, LS Wenckebach composition law)
- 2009-03-17 09:05:49下载
- 积分:1
-
imagecodingexample
处理图像lena.bmp,并画出各图像的灰度层次的分布图,并对256位和16位信源数据进行霍夫曼编码(lena.bmp image processing and paint images of the gray level of distribution map as well as 256-bit and 16-bit data source coding Hoffman)
- 2006-06-04 09:56:59下载
- 积分:1