Open Menu
AllLocalCommunitiesAbout
lotide
AllLocalCommunitiesAbout
Login

Control theory

⁨167⁩ ⁨likes⁩

Submitted ⁨⁨4⁩ ⁨days⁩ ago⁩ by ⁨nooneescapesthelaw@mander.xyz⁩ to ⁨science_memes@mander.xyz⁩

https://mander.xyz/pictrs/image/7d9210ae-5479-4b42-bd4b-6028c527d189.jpeg

source

Comments

Sort:hotnewtop
  • LyingCake@feddit.org ⁨4⁩ ⁨days⁩ ago

    Finally a real science meme I’m not smart enough to understand!

    My rule of thumb is, if I understand it, it’s too simple for this community.

    source
    • nooneescapesthelaw@mander.xyz ⁨3⁩ ⁨days⁩ ago

      It’s really an engineering meme so we gotta keep this on the dl so all the biologists don’t jump us

      source
  • RedBauble@sh.itjust.works ⁨3⁩ ⁨days⁩ ago

    Control engineering student here. This is accurate and goes straight to the uni friends group chat

    source
  • ggtdbz@lemmy.dbzer0.com ⁨3⁩ ⁨days⁩ ago

    This was my weakest subject, I found it fascinating but my math was just not good enough for it.

    Hopefully someone here has some interesting resources for this stuff, I would honestly love to integrate things like PIDs where they absolutely don’t belong in my bullshit hobby procrastination projects.

    source
    • fleck@lemmy.world ⁨3⁩ ⁨days⁩ ago

      PIDs for can be very fun. And essentially its just 5 or so lines of code, which is something I wish they told us in uni (instead, it was mostly theory, as in the meme). I recently built a kiln which goes to 1000-something °C with a PID controller and I just set the parameters by vibes, not even some formal method. And it just works. So here is my resource: The (bit messy) controller code for my oven The code is obviously a bit more than those few lines, but I just wanted to say that the implementation is very simple, which I would have liked to know when I started out with this.

      source
      • ggtdbz@lemmy.dbzer0.com ⁨3⁩ ⁨days⁩ ago

        Yeah I’ve implemented stuff on that level by pulling in a library in a university project. But there were higher level research projects going on where they were going into real nitty gritty fine control, I think they had a control model with an obscene number of degrees (as in xth order physical model implemented as a PPIIIIDDD system or whatever). That was a little intuitive since there was a physical process that you can observe.

        But the theory is definitely something I’d like to at least understand a little

        source
  • Melusine@tarte.nuage-libre.fr ⁨4⁩ ⁨days⁩ ago

    Fuck matlab !

    source
    • mkwt@lemmy.world ⁨3⁩ ⁨days⁩ ago

      I highly Python Control Systems Library, python-control on PyPi, as a replacement for the control systems toolbox.

      source