About wavenet documentation
显示 更早的评论
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
采纳的回答
更多回答(3 个)
Rajiv Singh
2011-2-22
0 个投票
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
2022-3-17
0 个投票
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
2022-3-17
0 个投票
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?
类别
在 帮助中心 和 File Exchange 中查找有关 Nonlinear Model Identification 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!