Linear System Identification | System Identification, Part 2

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ส.ค. 2024

ความคิดเห็น • 28

  • @joez9162
    @joez9162 2 ปีที่แล้ว +16

    I think what was most interesting for me was where you decided the model was as good as it was going to get and how you went about making that determination. With a fit percentage in that range I would have ended up just trying every combination of model order and zeros and assumed I wasn’t getting something right or that the model wouldn’t be usable.

  • @linasogc21
    @linasogc21 2 ปีที่แล้ว +6

    Big fan. Brian taught me controls, Matlab helped me understand them. Although Matlab rejected me during my interview, I'm still working at an OEM today using MATLAB products

  • @ahmadnmf
    @ahmadnmf 2 ปีที่แล้ว +3

    As always, awesome explanation, could not wait for the nonlinear model identification videos. See you soon.

  • @utilizator1701
    @utilizator1701 2 ปีที่แล้ว

    You make me regret that I have changed System Identification course with another one. System identification is interesting.

  • @ahmadkhattamikermanshahi1068
    @ahmadkhattamikermanshahi1068 20 วันที่ผ่านมา

    perfect

  • @StefanBrock_PL
    @StefanBrock_PL 2 ปีที่แล้ว +1

    Interesting, though not easy material. Unfortunately the first link provided (to Resourcium) does not work.

  • @jorchmendozachok6342
    @jorchmendozachok6342 2 ปีที่แล้ว +1

    thank

  • @eliasbrassitos1
    @eliasbrassitos1 2 ปีที่แล้ว

    Great video -- however for the next one as you get into online estimation using recursive least square estimation, can you go over an example where estimation starts from a modeled mathematical plant and goes from there... as oppose to doing the online estimation from a totally unknown model where parameters could divert a lot.

    • @OrangeDurito
      @OrangeDurito ปีที่แล้ว

      What I have realized is that complete black box modeling is almost always a bad idea. We should try to incorporate as much information as we have of our system and then take the grey-box approach.

  • @ondrejnovak339
    @ondrejnovak339 2 ปีที่แล้ว

    the resourcium link is for the 1st video in the series

  • @andreasgotz4943
    @andreasgotz4943 2 ปีที่แล้ว +1

    Hi Brian! Thanks for this video. Unfortunately the link to Resourcium doen't work. "Page not found" appears on Resourcium. I'm really interested on the code you give in the examples. Would it be possible that you share that document?

    • @BaronSpartan
      @BaronSpartan 2 ปีที่แล้ว +1

      Hello, go to your MATLAB and type in the command line:
      >> doc linearRegressor
      Inside of it you will find in the section "Examples" the Open Live Script for all the examples of this video

  • @ft6637
    @ft6637 2 ปีที่แล้ว

    Thank you, very well explained and a nice example. There is just one thing going around my head left. Who does the estimation of the disturbance model work? Is there an official side explaining this? I mean after all the problem with the standard estimation methods, e.g. via Least Squares, is that you don't have the white noise input right? So how do you find the optimal values for the disturbance model?

    • @OrangeDurito
      @OrangeDurito ปีที่แล้ว

      Great question! First of all, there are various models that you can try like random white noise, random Gaussian noise, noise at some particular frequency like 60 Hz from household power supply in case of power systems, etc. Also, while the video only talked about process noise, we also have measurement noise because of non-ideal sensors. So by implementing some sort of estimators like complimentary filter, moving average, or Kalman filter (for linear stochastic system; EKF/UKF/PF for nonlinear systems), we can get filtered output, and then we can focus on capturing the key dynamics of the actual plant with process disturbances. Let me know what you think.

  • @linasogc21
    @linasogc21 2 ปีที่แล้ว +1

    Brian and Matlab my worlds collide now

  • @BASbasBOom
    @BASbasBOom 11 หลายเดือนก่อน +1

    Where were you when I was in uni 😢

    • @BrianBDouglas
      @BrianBDouglas 11 หลายเดือนก่อน

      Better late than never? ☺

  • @rakshithb5806
    @rakshithb5806 2 ปีที่แล้ว

    Can there be a scenario where the validation fit of model with disturbance is lower than that of model without any disturbance component in spite of high autocorrelation among residuals? In my data sysTF model (first order TF with one pole, no zeros and finite dead time) has better performance in both estimation and validation datasets compared to a first order process model with disturbance fit to an ARMA1 model, yet sysTF has high autocorrelation of residuals. Interestingly, fitting a second order disturbance model ARMA2 seems to improve fit in validation dataset

  • @fabio_0079
    @fabio_0079 2 ปีที่แล้ว

    hi, i'm not an expert, i'm trying to replicate what you did and i think i found an error: at 15:50 you wrote sysInit = idproc('P1D','TimeUnit','seconds'); i'm pretty sure that it should be sysInit = idproc('P1D','TimeUnit','minutes');

  • @ike3467
    @ike3467 2 ปีที่แล้ว

    Well explained. Where are the matlab codes/ scripts used in this video?

  • @TabletopWargamer
    @TabletopWargamer 2 ปีที่แล้ว

    Is there an official playlist for these system identification videos?

  • @evanparshall1323
    @evanparshall1323 2 ปีที่แล้ว

    Great video! I am confused as to how the one-step-predicted output is calculated?

    • @hudasedaki5529
      @hudasedaki5529 ปีที่แล้ว

      instead of applying the whole input sequence to the model and compare the model output to the real test results, you can choose a time instant from the data, then initialize the model using the real test result corresponding to t1 and apply the corresponding input at t1 to the model, get the output at t2 and compare it to the test next output at t2 and so on...

  • @qiangli1578
    @qiangli1578 ปีที่แล้ว

    Where is the link that desciribes in detail the whiteness of the prediction residuals and the correlation between those residuals and the input into the system? Can you tell me please?

  • @farukokumus1519
    @farukokumus1519 ปีที่แล้ว

    What I don't understand is he also found a disturbance path, but when he tested, he did not give any gauss. white noise as an input to the disturbance path. Am I missing something?

    • @OrangeDurito
      @OrangeDurito ปีที่แล้ว

      The 'sysP1D' model that he derived accounting for the disturbance contains the information that the output will be corrupted with the process noise, better estimated with the given ARMA1 model. So he doesn't need to explicitly apply the Gaussian random noise. Look closely at the MATLAB output after the sysP1D estimation.

  • @user-pl5im9qu1v
    @user-pl5im9qu1v ปีที่แล้ว

    Can anyone help me out in getting the dataset used in the video??

  • @eyal4
    @eyal4 2 ปีที่แล้ว

    when will part 3 release?