登录
首页 » matlab » EnergyEfficientMobileSensing_MatlabCode_YiWang_20

EnergyEfficientMobileSensing_MatlabCode_YiWang_20

于 2013-05-04 发布 文件大小:4379KB
0 223
下载积分: 1 下载次数: 6

代码说明:

   Resources for Energy Efficient Mobile Sensing Research (conducted by Yi Wang)

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

发表评论

0 个回复

  • 1-50t
    matlab小程序50例,简单但是涉及的知识广泛,适合初学者学习借鉴,好东西啊(matlab small program of 50 cases, a simple but broad knowledge involved, for beginners to learn from, a good thing ah)
    2010-05-15 10:03:23下载
    积分:1
  • fenduan
    分段模糊控制的仿真,具有原创性,用于直流电机的转速控制(Piecewise fuzzy control simulation, an original for DC motor speed control)
    2011-04-21 14:47:44下载
    积分: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
  • chap2_3
    PID控制,可以实现延迟控制与Dalin算法。(PID control can be achieved the delay control Dalin algorithm.)
    2013-03-25 17:43:23下载
    积分:1
  • posdyn_llh
    This program is written to compute the position and angles roll-pitch and yaw through navigation system of Local-Level- coordinate system.
    2014-12-13 13:41:17下载
    积分:1
  • Digital-signal-processing
    本书既包含了数字信号处理的经典内容,也包含了部分前言内容。理论与应用相结合,特别注重应用matlab来解决理论与算法的实现问题,对于数字信号处理的学习者很实用。  (The book contains both the digital signal processing classic content, but also contains some foreword content. The combination of theory and application, with particular emphasis on applications to solve matlab realization theory and algorithms for digital signal processing learners very practical.)
    2014-01-15 01:46:29下载
    积分:1
  • gu_Morlet
    自编小波变换程序,小波基Morlet,matlab环境。(Self wavelet transform process, wavelet Morlet, matlab environment.)
    2011-02-10 02:52:45下载
    积分:1
  • wjli_enhance_coeff_local_bilateral
    获得图像局部增强时,每个象素的指数增强系数,指数增强系数有原图像中的灰度值与其周边象素比较获得([Coeff_en_local, lum_mask]=enhance_coeff_local_bilateral(lum_ori,window_r,sigmad,sigmar))
    2010-08-03 09:48:43下载
    积分:1
  • lifang
    声源定位中,提高时延估计精度的一种方法,即通过将原始信号取其立方后在做相关,得到的峰值更加尖锐。(Sound localization, the increase in the accuracy of time delay estimation method, whichever is the original signal through the cube after doing related to the peak obtained is more acute.)
    2011-04-30 16:32:41下载
    积分:1
  • Spectral-Clustering
    实现了一种谱聚类,并建立了一个谱聚类的工具箱(Achieve a spectral clustering, spectral clustering and the establishment of a toolbox)
    2011-10-28 16:03:48下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载