How to convert transfer function to state space function in Neural Networks?
이전 댓글 표시
I obtained/extracted using the weights and biases, this transfer function from the Neural Networks toolbox: y1 = b2 +LW*tansig(b1+IW*x)
I want to implement it onto a controller, so I have to change it to a state space function in the form of: [A,B,C,D] = tf2ss(bf,af)
But i have only one equation, here it requires two variables(in the form of coefficients of each)
What do i do?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!