登录
首页 » matlab » delaytime_doublechannel1.zar

delaytime_doublechannel1.zar

于 2013-07-24 发布 文件大小:1KB
0 175
下载积分: 1 下载次数: 4

代码说明:

  计算两个声音信号的延时.两个信号不必完全相同,但是要非常类似(Two sound signals calculated delay signal having two identical, but very similar to)

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

发表评论

0 个回复

  • iamgeoftwo-value
    说明:  本程序实现了RGB图像转化为灰度图像,而后对图像进行了二值化,比较适合初学者,因为很多复杂的程序初学者比较难理解,我写的这个程序可以作为入门程序。(This program realized RGB images to gray image, and then to the binary image.It is suitable for beginners, because many complicated procedure is difficult for beginners, I write this program can be used as introductory programs.)
    2010-04-15 10:18:58下载
    积分:1
  • pso
    粒子群优化算法,可在matlab实现,有注释(pso matlab)
    2013-01-01 21:38:41下载
    积分:1
  • Relay-selection
    双向放大转发中继选择方案,提出3种不同的中继选择方案以及信道生成函数,最大化系统容量。(In two-way AF relay networks,we propose three relay selection strategies to maximize the system throughput )
    2011-05-16 11:32:30下载
    积分: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
  • Crank_Nicolson
    Crank_Nicolson隐式解法,关于一位热传导的(Crank_Nicolson implicit solution, on a heat conduction)
    2011-10-28 11:53:14下载
    积分:1
  • mimo_ofdm
    实现OFDM-MIMO系统,包括数据产生,调制,加CP,发送,解调,去CP等(OFDM-MIMO system, including data generation, modulation, plus CP, send, demodulation, to the CP)
    2013-04-18 10:52:22下载
    积分:1
  • filter-code
    数字滤波器的matlab仿真程序滤波器为fIR型的4阶切比雪夫I型带通滤波器,通带范围为10000—15000Hz,通带左边的阻带的截止频率为8000Hz,通带右边的阻带起始频率是18000Hz,通带最大衰减为1dB,阻带最小衰减为30dB,其采样频率为50000Hz,数据点数为1024个。(Digital filter matlab simulation program)
    2013-12-07 19:57:07下载
    积分:1
  • swarm(pso)
    粒子群算法,用matlab实现,内含几个测试参数。(Particle swarm optimization with matlab realize that contains several test parameters.)
    2007-10-08 09:50:05下载
    积分:1
  • emd
    经验模式分解 通过此程序可以直接进行经验模式分解 很方便的 (EMD)
    2010-01-15 14:12:30下载
    积分:1
  • tuxiangchuli-
    运用matlab来编写关于图像处理所需要处理的实验,熟悉matalab(Use matlab to prepare a report on the need to deal with image processing experiments, familiar matalab)
    2013-11-02 16:13:19下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载