calcqf.m
来自「最新的HHT时频分析程序By Huang and Wu」· M 代码 · 共 15 行
M
15 行
function freq = calcqf(quadrature, dt, smooth)
% calcf() - calculates the instantaneous frequency of the analytic signal
%
% syntax: freq = calcf(quadtrature, dt, smooth)
%
% where:
% quadrature - is the complex quadrature signal
% dt - is the time increment of the data
% smooth - median smooth
% freq - is the instantaneous frequency of the quadrature signal
%
% by Karin Blank (karin.blank@nasa.gov) for Norden Huang (5/6/05)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?