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

  • @MrJulzies
    @MrJulzies 5 ปีที่แล้ว +1

    Ive been trying to implement a kalman filter so i can track an air hockey puck nicely ! Been banging my head against it for a week only to realise i didnt zero out the xy relationships for my process noise ! Your video saved me

  • @TheScienceguy3000
    @TheScienceguy3000 11 ปีที่แล้ว +1

    hey there! The position and velocity are states we are interested in and are not input to the system strictly; they are included at the priors, but the the acceleration is the input to the system, it's added to the prior in a sense. you absolutely can add it to the state vector, but it's all about what you're trying to model. here, i was just trying to follow the state position in a simple way. but yes you can add it! have a good new year.

  • @bm830810
    @bm830810 11 ปีที่แล้ว +1

    i really like the way you elaborate, thanks for sharing your knowledege

  • @TheScienceguy3000
    @TheScienceguy3000 11 ปีที่แล้ว +1

    yup, but in just this example. again, you can definitely add it!

  • @bigwahid
    @bigwahid 10 ปีที่แล้ว +7

    Hi Dave,
    u are using linear equations for the physical model to predict the next step. But isn´t the hexbug a non linear system? shouldn´t u use the extended Kalman-Filter?

  • @vivekgr3001
    @vivekgr3001 4 ปีที่แล้ว +1

    excellent, especially setting up the matrices

  • @Parisneo
    @Parisneo 11 ปีที่แล้ว +1

    Great Tutorial.
    I'll try it on matlab.
    Can you post a link to the video u're using?

  • @TheScienceguy3000
    @TheScienceguy3000 11 ปีที่แล้ว +1

    thank! more soon! hmm..not sure exactly what you mean but as long as the prediction and measure are different the actual gain will be non-zero and likely change. shoot me an email on my website and we can talk more. can't wait to see your work!

  • @makemeasandwichaw
    @makemeasandwichaw 11 ปีที่แล้ว +1

    Hey, what i don't understand is what value to use for acceleration. Since you treated acceleration as an input/control to the system when in fact we have no control over the system. Should we assign acceleration to be a constant? and if so how will this constant affect the behaviour of the tracking?
    thx!

  • @cozmotf7081
    @cozmotf7081 11 ปีที่แล้ว +1

    This is so cool !!

  • @thsun1454
    @thsun1454 11 ปีที่แล้ว +1

    great job!

  • @ChrisAnthonyIdehen
    @ChrisAnthonyIdehen 10 ปีที่แล้ว +1

    hi do you have code for input data from a sensor e.g. a kinect sensor, instead of the input data being from picture file?? for instance inputting the x,y,z co-ordinates into the code instead

    • @ismailshaikh533
      @ismailshaikh533 8 ปีที่แล้ว

      Hi ,I found a -74% coupon to Learn Matlab Udemy course
      Couponcode: 2016ML25
      www.udemy.com/learn-matlab/?couponCode=2016ML25

  • @TheScienceguy3000
    @TheScienceguy3000 11 ปีที่แล้ว +1

    check out the link to my website! it's there with a whole lot more to play around with! :)

  • @danherman123
    @danherman123 5 ปีที่แล้ว +1

    Singular is "matrix", not "matrice". Really nice explanation, but I found myself involuntarily wincing each time you say "matrice" :-)

  • @Jerome6677
    @Jerome6677 10 ปีที่แล้ว +1

    the measuring error should be "x & y", but the "y" looks like "z"

  • @ahmedalahmer9199
    @ahmedalahmer9199 7 ปีที่แล้ว +1

    where I can found the video

  • @vevin1986
    @vevin1986 11 ปีที่แล้ว

    Cool!