-
ge1dbif
nice and compact file for generating 1D bifurcation plot
- 2010-09-29 19:21:10下载
- 积分:1
-
16-QAM-Rayleigh
this is simmulation 16-qam modulation in rayleigh channel
- 2009-12-18 01:49:08下载
- 积分:1
-
Conventional-Optimal-Power-Flow-Analysis-Using-th
Conventional Optimal Power Flow Analysis Using the Matlab Optimization Toolbox
- 2014-01-17 15:14:14下载
- 积分:1
-
twoflame
基于matlab的火焰高度求解,主要使用的是分布概率法,实验将视频中的火焰按帧取出1512张火焰图进行火焰分析,涉及到灰度图、二值化以及其他MATLAB函数应用。简洁明了,适合学习,且具有一定的工程意义。(This is a program solving the height of falme which based on matlab,mainly used the distributing probabilty.The experiment is analysed by 1512 flame picture which producded by a 3 minute video.The analysis is concerned with Gray,THresholding and other matlab function.The program is simple but important to engineering!)
- 2021-04-21 14:58:49下载
- 积分:1
-
music
《空间谱估计原理与算法》多重信号分类法估计matlab源代码(" Space Spectrum Estimation Principle and Algorithm" multiple signal classification method estimates matlab source code)
- 2009-03-03 20:44:31下载
- 积分: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
-
PSNR
This is a code for calculating PSNR of two images.
- 2014-01-04 15:30:53下载
- 积分:1
-
danxiangguangfu
光伏电池的最大功率点跟踪simulink模型 (PV maximum power point tracking simulink model)
- 2011-04-27 09:45:24下载
- 积分:1
-
GTS400-APP-V2a
固高控制卡程序,点到点运动,双轴插补,测试程序(GuGao Control Card Codes)
- 2014-11-22 11:18:23下载
- 积分:1
-
HHTreal
基于希尔伯特黄变换(HHT)的条纹图相位信息提取算法,可以得到变形条纹图的相位信息,可用于三维重建领域。(Based on the Hilbert-Huang Transform (HHT) phase information extraction algorithm, the phase information of the deformed fringe can be obtained, which can be used in the field of 3D reconstruction.)
- 2020-06-28 21:00:02下载
- 积分:1