资源简介
可以运行的EMD工具箱针对hhspectrum错误-instfreq.m
在论坛上载了那个最经典的EMD,但是运行后发现出现错误。但是好像很多人也只是随便发,不管是否可以运行,可能仅仅是为了挣麦片。
与同学研究了下,发现是缺少了一个instfreq的函数,于是就从网站上载了一个函数给有需要的人参考下。
EMD中文件夹的install不用管它。可以用一个例子测试下
t=1:500;
t=t*1/2000;
x=sin;
y=0.4*sin;
z=x y;
plot
imf=emd;
emd_visu,imf)
[A,f,tt]=hhspectrum;
[im,tt]=toimage;
disp_hhs;
colormap)
如果单纯用EMD包,运行到[A,f,tt]=hhspectrum;就会出错,hhspectrum函数需要有instfreq函数包才行。
希望对大家有帮助,为了方便,也提供了一个emd instfreq函数的可以下载
在论坛上载了那个最经典的EMD,但是运行后发现出现错误。但是好像很多人也只是随便发,不管是否可以运行,可能仅仅是为了挣麦片。
与同学研究了下,发现是缺少了一个instfreq的函数,于是就从网站上载了一个函数给有需要的人参考下。
EMD中文件夹的install不用管它。可以用一个例子测试下
t=1:500;
t=t*1/2000;
x=sin;
y=0.4*sin;
z=x y;
plot
imf=emd;
emd_visu,imf)
[A,f,tt]=hhspectrum;
[im,tt]=toimage;
disp_hhs;
colormap)
如果单纯用EMD包,运行到[A,f,tt]=hhspectrum;就会出错,hhspectrum函数需要有instfreq函数包才行。
希望对大家有帮助,为了方便,也提供了一个emd instfreq函数的可以下载
代码片段和文件信息
function [fnormhatt]=instfreq(xtLtrace);
%INSTFREQ Instantaneous frequency estimation.
% [FNORMHATT]=INSTFREQ(XTLTRACE) computes the instantaneous
% frequency of the analytic signal X at time instant(s) T using the
% trapezoidal integration rule.
% The result FNORMHAT lies between 0.0 and 0.5.
%
% X : Analytic signal to be analyzed.
% T : Time instants (default : 2:length(X)-1).
% L : If L=1 computes the (normalized) instantaneous frequency
% of the signal X defined as angle(X(T+1)*conj(X(T-1)) ;
% if L>1 computes a Maximum Likelihood estimation of the
% instantaneous frequency of the deterministic part of the signal
% blurried in a white gaussian noise.
% L must be an integer (default : 1).
% TRACE : if nonzero the progression of the algorithm is shown
% (default : 0).
% FNORMHAT : Output (normalized) instantaneous frequency.
% T : Time instants.
%
% Examples :
% x=fmsin(700.050.3525); [instft]=instfreq(x); plot(tinstf)
% N=64; SNR=10.0; L=4; t=L+1:N-L; x=fmsin(N0.050.3540);
% sig=sigmerge(xhilbert(randn(N1))SNR);
% plotifl(t[instfreq(sigtL)instfreq(xt)]); grid;
% title (‘theoretical and estimated instantaneous frequencies‘);
%
% See also KAYTTH SGRPDLAY.
% F. Auger March 1994 July 1995.
% Copyright (c) 1996 by CNRS (France).
%
% ------------------- CONFIDENTIAL PROGRAM --------------------
% This program can not be used without the authorization
相关资源
-
线性二自由度汽车转向simuli
nk模型 - 二自由度三自由度机械臂simmechanicsP
-
汽车动力学simuli
nk仿真程序很精典 - 基于MATLAB的PSS仿真模型的电力系统振
- 利用MATLAB编写的adams路面谱程序-road
- 基于MRAS的无速度矢量控制系统仿真
-
传个simuli
nk与carsim联合仿真的说明 - 小波边缘检测源程序代码-小波边缘检
- 基本蚁群聚类算法及其改进算法带M
- matlab汽车理论-auto_theory.m
- Matlab基于k均值聚类学习算法的rbf神经
- 自己编写的Matlab蒙特卡洛模拟VAR的程
- 混合高斯em算法matlab源码可算三个参数
- 全套汽车巡航系统模糊控制设计Matl
- matlab自己做的平面连杆机构通用仿真
- MatlabS变换工具箱-sttool.rar
- 变压变频器设计及MATLAB仿真包含了仿
- 非常简单的MatLab加密程序原创-MatLab加
- 直流双闭环控制系统的MATLAB仿真-lei
-
MatlabGUI调用Simuli
nk编译成可执行的 -
汽车动力学simuli
nk仿真程序很精典 -
用simuli
nk和simscape仿真直流电动机 - Matlab的hough圆检测-soble_hough.m
- Matlab粒子群神经网络的预测编程实现
-
基于MatlabSimuli
nk的汽车防抱制动系统 - Matlab有关多目标遗传算法和多目标优
- QPSK调制解调及误码率的计算-BPSK_AWG
-
Simuli
nk模块参数在线修改方法-Simu - MATLAB通信仿真及应用详解
-
基于MATLABsimuli
nk的扩频通信系统仿真
评论
共有 条评论