Giter Club home page Giter Club logo

Comments (2)

CPCLAB-UNIPI avatar CPCLAB-UNIPI commented on September 28, 2024

Dear Gopal,

You can choose the correct order with 'SS_fixed_order=3' .

The identification proposed in the paper is closed-loop, therefore it is different from that simulated by you.

You have small typo errors in the code as follows:

"fset.white_noise_var: this function generates a white noise matrix (rows with zero mean). The input arguments are:

  1. L: size (number of columns of the returned matrix);
  2. Var: variance list;
    e.g. the following command line:
    noise=white_noise_var(100,[1,2])
    returns a matrix that has 100 columns and two-row vectors with variances 1 and 2"

Var= [0.15, 0.15] # you have 2 outputs
noise = fset.white_noise_var(npts, Var)

Consider that lower variances are used in the paper.

"x,y_hat=SS_lsim_innovation_form(A,B,C,D,K,y,u,x0)"

xid, yid = fsetSIM.SS_lsim_innovation_form(sys_id_p.A, sys_id_p.B,
sys_id_p.C, sys_id_p.D,
sys_id_p.K, y_tot, U, sys_id_p.x0)

The order of U and Y is reversed.

Hoping to have answered your questions.
Best Wishes, the Sippy teams.

from sippy.

nrgopalrao avatar nrgopalrao commented on September 28, 2024

Hi SIPPY teams,

Thank you for your response. After making the changes you mentioned, the script works as expected. Appreciate the help. I close this issue now.

Regards,
Gopal

from sippy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.