登录
首页 » matlab » CONVCON

CONVCON

于 2009-04-18 发布 文件大小:1KB
0 211
下载积分: 1 下载次数: 86

代码说明:

  通过matlab的m文件对gps卫星信号进行模拟(Gps satellite signal simulation)

文件列表:

CONVCON.M

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

发表评论

0 个回复

  • assignprob
    solving assignment problem
    2010-12-03 13:48:42下载
    积分:1
  • tidu
    邻域是沿着梯度方向的,模糊均值聚类方法。(Neighborhood along the gradient direction, the fuzzy-means clustering method.)
    2010-01-20 15:09:45下载
    积分:1
  • gen_algorithm
    利用MATLAB实现遗传算法对非线性问题的求解,进行迭代计算(Genetic algorithms using MATLAB for solving nonlinear problems, iterative calculation)
    2015-03-03 15:54:10下载
    积分:1
  • wgn
    产生高斯白噪声,使用matlab编辑及仿真,均值为零(have a Gaussian white noise, editing and the use of Matlab simulation, mean zero)
    2014-05-02 08:52:46下载
    积分:1
  • 1polynomial
    多项式求值的四种算法的运行时间复杂度的比较。将四个算法在一个程序中实现,并在一个运行结果图中比较显示。(Value of the four algorithms polynomial time complexity of running the comparison. Four algorithms will be implemented in a program and run the results in a comparison chart display.)
    2011-01-22 14:43:41下载
    积分:1
  • random_signal
    随机信号处理。包括对随机信号的识别,分类及处理。matlab编写(random signal processing. )
    2009-07-11 12:43:23下载
    积分:1
  • LogSpectralDistance_LP
    计算源信号和噪音之间的频谱差,用于噪音估计等。(Calculates the average log-spectral distance between CLEAN and NOISY signals)
    2010-06-03 10:27:51下载
    积分: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
  • lls
    Lu decomposition routines in matlab
    2009-04-08 00:24:18下载
    积分:1
  • garch
    A common garch model used in everywhere
    2009-11-16 10:54:43下载
    积分:1
  • 696516资源总数
  • 106425会员总数
  • 12今日下载