Block diagram reduction using Matlab

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

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

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

    Thanks man really helped. Saved my enormous time

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

    Thanks for world class lecture professor 😚

  • @AndréLopes-o1b
    @AndréLopes-o1b ปีที่แล้ว +1

    This only works if, for all block expressions, the order of the numerator is equal to or greater that the order of the denominator.
    I tried this using Matlab R2015b and since I had a '2s' component the 'blockbuild' function gives an error message.

  • @yashtilak5901
    @yashtilak5901 6 ปีที่แล้ว

    It's really helpful sir, looking forward for more content.

  • @kennedyreal7664
    @kennedyreal7664 6 ปีที่แล้ว +1

    nice tutorial,keep it up!!!well explained

  • @nitinkaushik5944
    @nitinkaushik5944 6 ปีที่แล้ว +4

    Sir, i think you should upload more videos. It's really helpful.

    • @BalaMurugan84
      @BalaMurugan84 6 ปีที่แล้ว

      Nitin Kaushik sure .... In due course it will be done

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

    Great brother

  • @m.sharathreddy4356
    @m.sharathreddy4356 2 ปีที่แล้ว +1

    Sir I got an error. it is not working if any block of tf have order of numerator is greater than denominator. Order of denominator should be greater or equal to numerator it is saying that.please help me sir .

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

      For a realisable system, the order of the numerator should be less than order of denominator. In such case, you can break the numerator polynomial in to parts and cascade the system.

  • @nickgurnard8608
    @nickgurnard8608 4 ปีที่แล้ว +2

    I am confused what a,b,c represent in the connect function

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

      The parameters; a, b, c, and d specified in the connect() function are set by the 'blkbuild' command.
      From the MATLAB docs for the output of 'blkbuild': "[a, b, c, d] is the resulting state space structure. The matrices are built up by progressive APPENDs of the state space representations of each block."
      More about state space structures: www.tutorialspoint.com/control_systems/control_systems_state_space_model.htm

    • @saikatmukherjee2548
      @saikatmukherjee2548 3 ปีที่แล้ว

      @@genericaccount7422 thnx

  • @riddhi2257
    @riddhi2257 3 ปีที่แล้ว

    For feedback system I got (s² +3s +2) in numerator

  • @akramal-khazzar5450
    @akramal-khazzar5450 2 ปีที่แล้ว

    blkbuild undefined why?????

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

      Blkbuild will take the q matrix and construct the blocks according to the entries in q matrix

  • @husseinalfaham1756
    @husseinalfaham1756 6 ปีที่แล้ว

    I want the pdf of this lce

  • @archiboldpatsanza884
    @archiboldpatsanza884 5 ปีที่แล้ว

    maybe im making a mistake but from the cascade system im getting a num=[1 2 1]. Anyone else?

    • @NotNecessary95
      @NotNecessary95 4 ปีที่แล้ว +3

      Yes, i have just verified it via MATLAB. A little mistake in the first example of the video :(

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

      Thanks for taking the effort to reconfirm