how to find parameters (A and B ) for a non linear arx model and how can i convert this non linear arx model into transfer function
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
for finding parameters in non linear arx model and converting it to transfer function
0 Kommentare
Antworten (1)
Rajiv Singh
am 22 Mai 2013
"Converting" a nonlinear model into a linear one is an exercise in linearization. See idnlarx/linearize and idnlarx/linapp functions.
Depending upon the configuration of the nonlinear ARX model, it may employ a linear block (which looks like an ARX model) in parallel to a nonlinear block. If you just want to extract out this linear piece, you can use the "getlinmod" method. See "help idnlarx/getlinmod".
0 Kommentare
Siehe auch
Kategorien
Mehr zu Nonlinear ARX Models finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!