필터 지우기
필터 지우기

wavelet hammerstein wiener model

조회 수: 2 (최근 30일)
Francis
Francis 2011년 7월 26일
Hi all, the below expression was found from http://www.mathworks.com/help/toolbox/ident/ref/wavenet.html
F(x)=(x-r)PL + a s_1f(bs_1((x-r)Q-cs_1))+... as_nsf(bs_ns((x-r)Q-cs_ns))+...aw_1g(bw_1((x-r)Q-cw_1))+...+aw_nwg(bw_nw((x-r)Q-cw_nw))+d
f is a scaling function.
g is the wavelet function.
where by
f(x)=exp(-0.5xx)
g(x)=(Nr-xx)exp(-0.5xx)
where Nr is the length of x (number of regressors).
I need some help from all to understand the definition of Nr. Can anyone define the Nr to help me understand better?
And
Let say x=[ 6 7 8 9 10 11];
If g(6), what is the value of Nr?
If g(7), what is the value of Nr?
If g(8), what is the value of Nr?
Thanks.

답변 (1개)

Emanuel
Emanuel 2012년 8월 10일
편집: Emanuel 2012년 8월 10일
Nr is the number of regressors, ex: if you have x={u(k-1),u(k-2),y(k-1),y(k-2)}, then Nr=4.

카테고리

Help CenterFile Exchange에서 Hammerstein-Wiener Models에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by