Recent content by jdoe10

  1. J

    Find the range of K for stability

    Homework Statement Find the range of K for the closed loop system to be stable. ##G_{OL}(s) = \frac{10}{s-5}## Homework EquationsThe Attempt at a Solution ##G_{CL}(s) = \frac{KGol}{1+Gol}## ##G_{CL}(s) = \frac{10K}{s-5+10K}## ##-5+10K>0## ##K>\frac{1}{2}## is this correct?
  2. J

    ControlSystems - Easy way to simplify Closed Loop Equation?

    Homework Statement ##G_{OL} = \frac{5}{s}## ##G_{CL} = \frac{KG_{OL}}{1+KG_{OL}}## Homework EquationsThe Attempt at a Solution It's pretty easy when the equation is so simple ##G_{CL} = \frac{K\frac{5}{s}}{1+K\frac{5}{s}}## ##G_{CL} = \frac{5K}{s+5K}## If the open loop equation is really...
  3. J

    MIPS Pipelining Help: Filling the Timeline w/ & w/o Forwarding

    Homework Statement Assembly Code: LW R1, 0(R2) add R4, R3, R1 add R3, R1, R4 What are the dependencies Fill the pipelining timeline if: a. There is forwarding b. There is no forwarding Homework Equations N/A The Attempt at a Solution With forwarding attempt: Without...
Back
Top