登录
首页 » matlab » wavelet_energy_spectrum

wavelet_energy_spectrum

于 2020-06-29 发布
0 105
下载积分: 1 下载次数: 12

代码说明:

说明:  小波分解后的能量谱代码,通过计算每一节点能量构造小波能量谱(The energy spectrum code after wavelet decomposition is used to construct the wavelet energy spectrum by calculating the energy of each node)

文件列表:

小波包能量谱函数.txt, 791 , 2020-02-28
wavelet_energy_spectrum.m, 739 , 2020-02-28

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

发表评论

0 个回复

  • facedetection
    matlab人脸识别,智能识别人脸,应用于检测识别人脸(matlab face recognition, smart face recognition, face detection and recognition applied)
    2011-10-16 00:24:45下载
    积分: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
  • Book-M-files
    Some useful matlab codes for digital communication systems
    2011-11-06 16:49:38下载
    积分:1
  • matlabtsx
    刚度矩阵的聚合编码,可以将各单元的局部刚度矩阵聚合为整体刚度矩阵(Stiffness matrix polymer coding of each unit of local stiffness matrix aggregation for the overall stiffness matrix)
    2012-03-04 18:55:02下载
    积分:1
  • one_dimensional_PSD
    一维功率谱密度计算程序,可以选择是否加窗,加那种窗(1D power spectral density caculation routin base on fft )
    2009-03-05 14:35:15下载
    积分:1
  • wsn_matlab_leach
    说明:  matlab下优秀的leach仿真源代码,希望能给你的实验带来帮助(the code of the algorithm of leach in the matlab)
    2010-04-10 19:52:13下载
    积分:1
  • matlab
    matlab 下实现龚伯兹增长曲线回归,十分好用,直接就可以运行。(matlab growth curve to achieve the reunification Gong Byrds)
    2010-10-02 17:54:33下载
    积分:1
  • information
    information.m用来计算两个一维向量x和y的互信息。把压缩包中两个程序放在一起就可以运行(information.m used to calculate the two one-dimensional vectors x and y of the mutual information. The compressed package of two programs can run together)
    2011-01-07 10:51:12下载
    积分:1
  • MATLAB
    该程序代码用于回归分析中线性回归参数估计及显著性分析以及方差齐性检验(parameter estimation in regression analysis)
    2013-04-15 14:14:02下载
    积分:1
  • BPSK-QPSK
    分别编写BPSK与QPSK调制解调系统的Matlab仿真程序,要求:发送滤波器与接收滤波器均为根升余弦滚降滤波器;信道噪声为加性高斯白噪声 绘制BPSK与QPSK调制下的误码率与信噪比曲线图,并与理论曲线比较对比(They were written BPSK and QPSK modulation and demodulation system Matlab simulation program requirements: a transmission filter and a reception filter are root raised cosine filter channel noise to draw error BPSK and QPSK modulation under additive white Gaussian noise rate and SNR graph, and compare and contrast the theoretical curve)
    2021-04-11 19:48:58下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载