登录
首页 » matlab » zuidahuxiangguan

zuidahuxiangguan

于 2008-05-04 发布 文件大小:97KB
0 63
下载积分: 1 下载次数: 83

代码说明:

  介绍和分析最大互相关匹配算法,并对其的性能进行分析(Introduction and analysis of the largest cross-correlation matching algorithm and its performance analysis)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • LMS_AdaptiveFilter
    LMS自适应滤波器,实现信号的自适应滤波作用(LMS adaptive filter, adaptive filter realization of the role of signal)
    2010-10-24 20:05:21下载
    积分:1
  • Henon_Check
    本代码是对Henon 映射的编写及恢复,可以完成一定大小的图像处理。(This code is written and recovery Henon map, you can complete a certain size of image processing.)
    2011-05-10 22:45:19下载
    积分:1
  • simulinkbasic
    计算机仿真 matlab教程 很好的学习资料 供大家下载(simulink matlab)
    2010-05-21 11:22:13下载
    积分:1
  • gravity
    function dg=gplus(x,y,z,x1,x2,y1,y2,z1,z2,p) G=6.67e-11 t222=myfun(x,y,z,x2,y2,z2) t122=myfun(x,y,z,x1,y2,z2) t212=myfun(x,y,z,x2,y1,z2) t221=myfun(x,y,z,x2,y2,z1) t211=myfun(x,y,z,x2,y1,z1) t121=myfun(x,y,z,x1,y2,z1) t112=myfun(x,y,z,x1,y1,z2) t111=myfun(x,y,z,x1,y1,z1) dg=-G*p*1e6*(t222-t122-t212-t221+t211+t121+t112-t111) 转化为g.u. function y=myfun(x,y,z,xi,eta,zeta) R=sqrt((xi-x).^2+(eta-y).^2+(zeta-z).^2) temp1=(xi-x).*log((eta-y)+R) temp2=(eta-y).*log((xi-x)+R) temp3=(zeta-z).*atan((zeta-z).*R/((xi-x).*(eta-y))) 书中所给公式 temp3=-(zeta-z).*atan((xi-x).*(eta-y)./(zeta-z)./R) 上式变换 y=temp1+temp2+temp3 (function dg = gplus (x, y, z, x1, x2, y1, y2, z1, z2, p) G = 6.67e-11 t222 = myfun (x, y, z, x2, y2, z2) t122 = myfun (x, y, z, x1, y2, z2) t212 = myfun (x, y, z, x2, y1, z2) t221 = myfun (x, y, z, x2, y2, z1) t211 = myfun (x, y, z, x2, y1, z1) t121 = myfun (x, y, z, x1, y2, z1) t112 = myfun (x, y, z, x1, y1, z2) t111 = myfun (x, y, z, x1, y1, z1) dg =-G* p* 1e6* (t222-t122-t212-t221+t211+t121+t112-t111) converted the Gu function y = myfun, (x y, z, xi, eta, zeta) R = sqrt ((xi-x). ^ 2+ (eta-y). ^ 2+ (zeta-z). ^ 2) temp1 = (xi-x).* log ((eta-y)+R) temp2 = (eta-y).* log ((xi-x)+R) temp3 = (zeta-z).* atan ((zeta-z).* R/( (xi-x).* (eta-y))) book given formula Temp3 =- (Zeta-z)* ATAN ((Xi-X)* (ETA-y)/(Zeta- Z)/R) the above formula transform Y = temp1+temp2+temp3 )
    2013-03-20 20:25:15下载
    积分:1
  • xx
    说明:  基于L*a*b空间的色彩分割。根据样本区域的颜色对图像进行分割。(based on the l*a*b space to cut the picture)
    2010-07-28 10:02:33下载
    积分:1
  • OFDMcode
    OFDM信号的编码译码仿真,英文说明更详细。(This simulation script set allows for an OFDM transmission to be simulated. Imagetx.m generates the OFDM signal, saving it as a windows WAV file. This allows the OFDM signal to be played out a sound card and recorded back. Imagerx.m decodes the WAV to extract the data. settings.m contains all the common settings to specify all the simulation parameters such as FFT size, number of carriers, input data source file, input and output WAV files, etc. See settings.m for more details. Note: The both the receiver and transmitter must have a copy of the input data file, as this is used for calculating the exact number of data words in the transmission. The scripts should work as extracted. Just run imagetx.m to generate the OFDM signal. Then run imagerx.m to decode the signal. The initial settings transmit a wave file Corrs.wav . The decoded OFDM data ( Out.wav ) can be compared with the original data by listening to the two wave files.)
    2009-04-20 21:55:05下载
    积分:1
  • MATLAB_gjbc
    说明:  《MATLAB高级编程》用到的部分程序,比较全的,适合MATLAB初学。(&quot MATLAB Advanced Programming&quot Part of the procedure used to compare the whole, and for MATLAB beginners.)
    2010-05-04 10:09:03下载
    积分:1
  • levelset
    用matlab实验水平集,运用到灰度图像上面可以得到的很好的分割效果,下载后可以直接运行得到结果(Matlab experiment level set, apply to the gray image, it can get very good segmentation effect can be run directly after download the result)
    2015-03-11 09:42:35下载
    积分:1
  • temperatureModule
    The example included here is a simple temperature conversion module that takes user-supplied temperature values specified in either degrees Fahrenheit or degrees Celsius and converts them to the other scale. The example demonstrates how to use the MATLAB® Builder™ JA API to handle temperatures in various different formats (scalars, matrices, cell arrays, and structs).
    2009-09-07 17:51:05下载
    积分:1
  • WMW
    无参数估计方法程序,主要用于统计上的估计方法(Nonparametric EMW test)
    2009-11-22 06:18:09下载
    积分:1
  • 696524资源总数
  • 103920会员总数
  • 65今日下载