登录
首页 » matlab » DSPwork

DSPwork

于 2010-04-03 发布 文件大小:182KB
0 235
下载积分: 1 下载次数: 1

代码说明:

说明:  利用matlab进行随机信号处理,从宽带信号中分离出单频信号,有一定得参考价值(ADSP signal processing!)

文件列表:

DSPwork.doc

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

发表评论

0 个回复

  • 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
  • Nt
    说明:  计算当有光打在Rh800上时,分子的各能级粒子数随时间的变化(calculate the change of the occupation distribution of Rh800 while there is a pump)
    2012-05-13 21:31:21下载
    积分:1
  • Mersad_LPR
    LPR detection for LB LP
    2014-10-15 05:35:36下载
    积分:1
  • Matlab-Codes-Of-Radar-System-Design
    雷达系统设计详细工具书,内附大量Matlab源码(Matlab codes Of Radar System Analysis and Design)
    2011-12-19 15:54:07下载
    积分:1
  • MMSE_matlab
    基于MMSE的自适应波束成形,本程序给出了基于MMSE算法的自适应波束成形(Based the MMSE adaptive beam forming, the program gives the MMSE algorithm-based adaptive beamforming)
    2021-04-17 13:28:52下载
    积分:1
  • reaction_diffusion7
    一类具有Holliing 功能反应的捕食者-食饵系统的反应扩散方程(a predator-prey system with reaction-diffusion and Holling functional response)
    2020-12-04 23:59:24下载
    积分:1
  • space-timecodingproject
    物理层的空时编码的MATLAB仿真程序,包含发射端、信道到接收端的所有源代码(space-time coding project)
    2009-12-23 13:54:27下载
    积分:1
  • nonmaxsuppts
    detector de bordes de sobel
    2013-03-05 09:26:14下载
    积分:1
  • slcppid
    倒立摆和PID控制一起使用时对于倒立摆的仿真,可以有效地改善对于倒立摆的模糊控制作用(For the inverted pendulum simulation, can effectively improve the role of fuzzy control for inverted pendulum pendulum and PID control when used in conjunction)
    2013-12-10 20:37:58下载
    积分:1
  • chapter4
    基于遗传算法的TSP算法的Matlab程序实现(Matlab program TSP algorithm based on genetic algorithm to achieve)
    2014-02-19 12:10:28下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载