Teager Keiser Energy Operator Vectorized

버전 1.1.0.0 (915 Bytes) 작성자: Hooman Sedghamiz
Computes the Teager energy operator
다운로드 수: 2.9K
업데이트 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 (2026). Teager Keiser Energy Operator Vectorized (https://kr.mathworks.com/matlabcentral/fileexchange/45406-teager-keiser-energy-operator-vectorized), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2012a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Linear Prediction에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.1.0.0

Plotings enhanced

1.0.0.0