-
CCNA
思科认证CCNA study guide 640-802 英文版教材(ccna study guide 640-802)
- 2010-07-22 12:19:58下载
- 积分:1
-
DigitalEqualizer
说明: 圖形調整式數位音訊均衡器,使用matlab gui介面寫成。自動畫出頻率響應圖,可讀取.wav檔。濾波器由fdatools設計而成。(Digital audio graphic equalizer adjustments, and the use matlab gui interface language. Automatically draw the frequency response can be read. Wav file. Filter designed with the fdatools.)
- 2011-03-15 15:57:20下载
- 积分:1
-
MATLAB_ChangYongSuanFa
说明: MATLAB数值计算常用算法大全(含程序索引),种类齐全,格式规范!(MATLAB numerical algorithm used Daquan (including procedures for the index), full range, format specifications!)
- 2010-04-23 12:52:23下载
- 积分:1
-
LEACH.wsnlab.ir-(1)
useful for students to learn leach algorithm using matlab for wireless sensor network
- 2012-07-11 23:06:12下载
- 积分:1
-
Communication-system-matlab-simulink
matlab/simulink通信建模与仿真实例精讲 非常详细(matlab/simulink communications modeling and simulation is very detailed Jingjiang)
- 2011-05-28 17:47:22下载
- 积分:1
-
li9_23
clear all
I=imread( lena.bmp )
figure imshow(I)
I2=imrotate(I,-4, bilinear ) 逆时针旋转4度
figure imshow(I2)
I3=fliplr(I) 垂直镜像
figure imshow(I3)
I4=imresize(I,0.5, bilinear ) 缩小为原图的1/2
figure imshow(I4)
A=double(I) 转换为double类型
计算7个不变矩
[nc,nr]=size(A)
[x,y]=meshgrid(1:nr,1:nc) 得到网格
x=x(:)
y=y(:)
A=A(:)
m.m00=sum(A)
if m.m00==0
m.m00=eps
end
m.m10=sum(x.*A)
m.m01=sum(y.*A)
计算均值
xmean=m.m10/m.m00
ymean=m.m01/m.m00
计算中心矩(li9_23.rar
cm.cm00=m.m00
cm.cm02=(sum((y-ymean).^2.*A))/(m.m00^2)
cm.cm03=(sum((y-ymean).^3.*A))/(m.m00^2.5)
cm.cm11=(sum((x-xmean).*(y-ymean).*A))/(m.m00^2)
cm.cm12=(sum((x-xmean).*(y-ymean).^2.*A))/(m.m00^2.5)
cm.cm20=(sum((x-xmean).^2.*A))/(m.m00^2)
cm.cm21=(sum((x-xmean).^2.*(y-ymean).*A))/(m.m00^2.5)
cm.cm30=(sum((x-xmean).^3.*A))/(m.m00^2.5)
im(1)=cm.cm20+cm.cm02
im(2)=(cm.cm20-cm.cm02)^2+4*cm.cm11^2
im(3)=(cm.cm30-3*cm.cm12)^2+(3*cm.cm21-cm.cm03)^2
im(4)=(cm.cm30+cm.cm12)^2+(cm.cm21+cm.cm03)^2
im(5)=(cm.cm30-3*cm.cm12)*(cm.cm30+cm.cm12)...
*((cm.cm30+cm.cm12)^2-3*(cm.cm21+cm.cm03)^2)...
+(3*cm.cm21-cm.cm03)*(cm.cm21+cm.cm03)...
+(3*(cm.cm30+cm.cm12)^2-(cm.cm21+cm.cm03)^2)
im(6)=(cm.cm20-cm.cm02)*((cm.cm30+cm.cm12)^2-(cm.cm21+cm.cm03)^2)...
+4*cm.cm11*(cm.cm30+cm.cm12)*(cm.cm21+cm.cm03)
im(7)=(3*cm.cm21-cm.cm03)*(cm.cm30+cm.cm12)...
*((cm.cm30+cm.cm12)^2-3*(cm.cm21+cm.cm03)^2)...
+(3*cm.cm12-cm.cm30)*(cm.cm21+cm.cm03)...
*()
- 2010-10-17 21:53:14下载
- 积分:1
-
sr
说明: 运用龙格库塔算法求解朗之万方程,进而实现随机共振系统(The use of Runge-Kutta algorithm for solving Langevin equation, and then the realization of stochastic resonance systems)
- 2008-06-11 16:28:44下载
- 积分:1
-
rickerrr
In numerical analysis, Newton s method (also known as the Newton–Raphson method), named after Isaac Newton and Joseph Raphson, is a method for finding successively better approximations to the roots (or zeroes) of a real-valued function. The algorithm is first in the class of Householder s methods, succeeded by Halley s method. The method can also be extended to complex functions and to systems of equations.
- 2012-06-07 01:59:46下载
- 积分:1
-
wavelet_fenxi
主要内容:小波分析在语音信号处理、图象处理与编码、边缘提取与重建等(Main content: wavelet analysis in the speech signal processing, image processing and encoding, edge detection and reconstruction, etc.)
- 2007-09-27 08:50:08下载
- 积分:1
-
7_200docppt_9
matlab使用手册,很有帮助作用的,对于查找函数。(matlab manual, helpful role, for the search function.)
- 2010-11-05 09:56:41下载
- 积分:1