Teager Keiser Energy Operator Vectorized

版本 1.1.0.0 (915 字节) 作者: Hooman Sedghamiz
Computes the Teager energy operator
2.7K 次下载
更新时间 2014/3/17

查看许可证

%% %calculates the energy operator of a signal
%% %input

%1. Raw signal (Vector)
%2. gr (Plot or not plot)

%% %Output

%Energy operator signal (ey)
%Teager operator (ex)
%% %Method

%The Teager Energy Operator is determined as
%(x(t)) = (dx/dt)^2+ x(t)(d^2x/dt^2) (1.1)
%in the continuous case (where x_ means the rst derivative of x, and x¨ means the second
%derivative), and as
%[x[n]] = x^2[n] + x[n - 1]x[n + 1] (1.2)
%in the discrete case.
%% Method
%Note that the function is vectorized for optimum processing speed(Keep calm and vectorize)
%Author : Hooman Sedghamiz

%% hoose792@student.liu.se

引用格式

Hooman Sedghamiz (2024). Teager Keiser Energy Operator Vectorized (https://www.mathworks.com/matlabcentral/fileexchange/45406-teager-keiser-energy-operator-vectorized), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Linear Prediction 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Plotings enhanced

1.0.0.0