-
CH4
L4_1.m: SVD轉換(程式)
L4_2.m: 影像轉換的能量集中能力(程式)
L4_3a.m: 小波轉換之多重解析架構(程式)
L4_3b.m: 小波轉換係數與影像的方向性(程式)
energy.m: 能量集中(函式)
L4_1.bmp: 影像檔
L4_2.bmp: 影像檔
L4_3b.bmp: 影像檔
woman.mat: Matlab的矩陣變數檔
(L4_1.m: SVD conversion (program) L4_2.m: image conversion of energy to focus capacity (program) L4_3a.m: the multi-resolution wavelet transform architecture (program) L4_3b.m: wavelet transform coefficient and the direction of the image (the program) energy.m: energy concentration (function) L4_1.bmp: image file L4_2.bmp: image file L4_3b.bmp: image file woman.mat: Matlab matrix variable file)
- 2009-04-02 23:47:16下载
- 积分:1
-
MinMaxFilterFolder
Min/Max filter,最大最小滤波器,说明看英文,只是国外的人写的代码,
(Description The filter computes the minima and/or maxima of an array over sliding window with a given size.
Multidimensional array is fully supported: running filter in 1D, 2D filter for image processing applications (erosion/dilatation), 3D and more.
This package has been implemented with a special care on the running speed: the MEX engine uses an algorithms that requires no more than three (3) comparisons per element and per dimension in all configurations.
All numerical and logical class arrays are supported.
Contributor (beside author) is Vaclav Potesil
Acknowledgements
This submission has inspired the following:
Free-knot spline approximation
MATLAB release MATLAB 7.8 (R2009a)
Other requirements MEX correctly setup NO image processing is required Download a tiff file for
)
- 2010-03-04 17:05:00下载
- 积分:1
-
ARsuanfa
这是关于程控方面的一些东西,里面主要供运营商里面的学生学习(This is about SPC some things, it mainly for operators to the inside of the students learning
)
- 2013-01-07 15:21:09下载
- 积分:1
-
TPFL0U
modele of floutp you can utise thise simulion ofn to gett the correct value
- 2012-04-29 18:49:23下载
- 积分:1
-
MATLAB-5.Xmannual
非常好的matlab使用手册,内容详实,强烈推荐。(fantastic matlab mannual)
- 2012-07-02 16:08:59下载
- 积分:1
-
S2
matlab simulink about a theory jame machin
- 2013-08-21 15:57:36下载
- 积分:1
-
Read-and-Write-Excel-File
在matlab环境下对EXCEL文件进行读写操作,适合初学者学习借鉴。(In the matlab environment EXCEL file read and write operations, suitable for beginners to learn.)
- 2013-12-23 20:11:08下载
- 积分: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
-
Radialbasisfunctionneuralnetworkfortankershiphead
Radial basis function neural network for tanker ship heading regulation
- 2010-07-09 13:27:30下载
- 积分:1
-
music1
说明: 波达方向估计 应用最常规的MUSIC算法 实用!(Direction of Arrival Estimation most conventional MUSIC algorithm practical!)
- 2008-09-01 13:34:55下载
- 积分:1