About wavenet documentation
Show older comments
Hi all,
In the documentation for wavenet estimator (Lenart Ljung, System Identification Tool Box 7 - Reference; Page 2-455). I have not found the references page about the function expansion used in the matlab identification toolbox. In case, F(x) = (x-r)PL + As1f((Bs1(x-r)Q-Cs1)+...Asnf((BsnS(x-r)Q-Csn)+Aw1G(((Bw1(x-r))Q-Cw1)+...+Awnwg((BwnW(x-r))Q-Cwn)+d. i didn't find papers that speak about it.
In the case, how would the scaling function f and the wavelet function g overwritten in the function expansion, for NARX case?
Thanks,
Emanuel
Accepted Answer
More Answers (3)
Rajiv Singh
on 22 Feb 2011
0 votes
I am not sure what your question is, but see the following:
(1) For details on the formula used to represent a wavelet network, see:
http://www.mathworks.com/help/toolbox/ident/ref/wavenet.html
It describes what f() and g() represent. See also: http://www.mathworks.com/help/toolbox/ident/ug/bq5o_xw-1.html
and in particular: http://www.mathworks.com/help/toolbox/ident/ug/bq5o_xw-1.html#br7139m
which describes how you can extract the relevant information from an nlarx model structure and use it to manually evaluate the nonlinear function.
(2) Academic references can be found at: http://www.mathworks.com/help/toolbox/ident/gs/bqt1qbd.html
Rajiv
liu ke
on 17 Mar 2022
0 votes
Hi Rajiv,
After reading your introduction, I still don't understand this wavelet function.
And I do not know nLARx nonlinear identification, choose different estimators, such as wavelet network, Sigmoid network. Do different estimators make any difference in recognition? I want to know the deep meaning. Now I only understand that different estimators correspond to different nonlinear basis functions, but how to choose estimators for data, or is there any paper on that?
Could you please re-send the above links? Most of them cannot be opened.
liu ke
on 17 Mar 2022
0 votes
hi rajiv
There are nine identification methods in MATLAB software. For a set of data, how can we quickly choose identification methods, such as distinguishing linear identification from nonlinear identification? And the model order estimation, is there an automatic search?
Categories
Find more on Nonlinear Model Identification in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!