Volterra-Wiener Characterization

버전 1.0.8 (2 KB) 작성자: Ayad Al-Rumaithi
Volterra-Wiener characterization of non-linear dynamic systems
다운로드 수: 199
업데이트 날짜: 2019/6/9

라이선스 보기

Volterra-Wiener characterization of non-linear dynamic systems subjected to Gaussian white noise input signal.

function [h0,h1,h2]=Volterra_Wiener_Id(x,y,MaxLag1,MaxLag2)

Input
x: input signal of size (N*1)
y: output signal of size (N*1)
MaxLag1: Max number of lags for the first kernel
MaxLag2: Max number of lags for the second kernel

output
h0: zero order kernel
h1: first oder kernel of size(MaxLag1+1,1)
h2: second order kernel of size(MaxLag2+1,MaxLag2+1)
-------------------------------

Identified model can be verified by forecasting ouput from the input with the identified kernels using the following function:

function y=Volterra_Wiener_Forecast(x,h0,h1,h2)

Input
x: input signal of size (N*1)
h0: zero order kernel
h1: first oder kernel of size(MaxLag1+1,1)
h2: second order kernel of size(MaxLag2+1,MaxLag2+1)

output
y: output signal of size (N*1)

인용 양식

Ayad Al-Rumaithi (2024). Volterra-Wiener Characterization (https://www.mathworks.com/matlabcentral/fileexchange/71799-volterra-wiener-characterization), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2017b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Linear Model Identification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.8

note about input type added.

1.0.7

files

1.0.6

description

1.0.5

description

1.0.4

forecasting function added

1.0.3

description

1.0.2

summary

1.0.1

description

1.0.0