Recent content by Kerren

  1. K

    Calculating Hybrid Parameters for an Inverting Op Amp

    I've PMed you all the details :)! Our Professor made this one up :D!
  2. K

    Calculating Hybrid Parameters for an Inverting Op Amp

    Thank you! Awesome! Thanks so much for the response :biggrin:! I originally had R_o in my calculations but since the op amp is ideal I had to make it equal to zero :smile: With R_o in the mix I did have another loop but my problem there was that I was introducing a variable that was not...
  3. K

    Calculating Hybrid Parameters for an Inverting Op Amp

    Hi guys :smile: This question has been bugging me for a REALLY long time so thanks in advance for the help :biggrin:! Homework Statement Calculate the Hybrid Parameters for an inverting op amp shown below: https://www.dropbox.com/s/45mjldud2ar5pwg/invOpAmp.jpg And I need to get it...
  4. K

    Re: MIPS - Making a 64 bit number when you only have 32 bit register support

    Hi rcgldr thanks so much for the help! Unfortunately I couldn't get the output to work so I switched to a different approach, I also made it a multiply instead of just an add function: I made my result hi and result low registers the same as the mult hi and low registers. In case anyone...
  5. K

    Re: MIPS - Making a 64 bit number when you only have 32 bit register support

    Awesome! I'm going to try dividing the number into 4X16 bit registers and see if I can make it work :smile:! Thanks so much for the help rcgldr :smile:!
  6. K

    Re: MIPS - Making a 64 bit number when you only have 32 bit register support

    Awesome thanks for the reply rcgldr :smile:! If I do take the overflow into account and add it to a new registry, is there even a way to correctly output the 64 bit number? As in: If I have two registers, a high and a low, and whenever there is an overflow then I increment the high register...
  7. K

    Re: MIPS - Making a 64 bit number when you only have 32 bit register support

    Hey guys I've been working on this program for just over a week now and I just can't seem to find any way around my problem. The problem I'm having is: I'm trying to add 32 bit numbers together and if there is an overflow then I'd like to find a way to output the result as a 64 bit number. I...
  8. K

    MIPS - Making a 64 bit number when you only have 32 bit register support

    I'm an idiot! I thought I put this in the course work section :)! Can we move this quick?
  9. K

    MIPS - Making a 64 bit number when you only have 32 bit register support

    Hey guys I've been working on this program for just over a week now and I just can't seem to find any way around my problem. The problem I'm having is: I'm trying to add 32 bit numbers together and if there is an overflow then I'd like to find a way to output the result as a 64 bit number...
Back
Top