Recent content by unknown_2

  1. U

    How Can I Adjust Vcc to Correct a 10V Output on my Amp Power Supply?

    what I've done is put 15V Vcc and the max out on the 741 is about 13V. so that 13V output i'll just shrink the amplitude to get my desired value.
  2. U

    How Can I Adjust Vcc to Correct a 10V Output on my Amp Power Supply?

    i'm limited to resistors, opamps and capacitors. My full circuit it a waveform generator. the bi-state multivibrator output is acting as a square wave generator. and i want a 8vp-p value. but if i put 4V and -4V for Vcc and -Vcc it'll def be saturated and inaccurate.
  3. U

    How Can I Adjust Vcc to Correct a 10V Output on my Amp Power Supply?

    looking for a way to calculate it so i can apply it to different Vcc voltages
  4. U

    How Can I Adjust Vcc to Correct a 10V Output on my Amp Power Supply?

    well open loop gain is so big that it'll, ideally saturate at Vcc and -Vcc. but practically it'll saturate at a lower value ( 10V saturate to 9.11V). i want to increase Vcc and -Vcc such that i can compensate for this decrease in output voltage. so in order to saturate at say 10V I need to...
  5. U

    How Can I Adjust Vcc to Correct a 10V Output on my Amp Power Supply?

    Hi, I'm trying to understand how to correct when you put Vcc as 10V your max output is like 9.18V. Is there a factor on the data sheet or what? I'm trying to build a bi-state multivibrator to generate a 10V peak value but it's being saturated. thanks.
  6. U

    How can I represent a string as an integer in C for a hash table?

    hey, I've hit a bump in the road here. I'm trying to build code for a hash table out of my textbooks pseudo code, and I'm not quite sure how I'd represent a string of characters such as "thisISastring", as an integer for my key variable. I'm using division method if that helps at all. I know the...
  7. U

    Summation Algorithm: Understanding n/lgn-i = n/i

    yeah I kinda knew the n wasn't supposed to be there, but i put it in just in case i was wrong. your solution makes total sense, thank you very much!
  8. U

    Summation Algorithm: Understanding n/lgn-i = n/i

    Hi, I've been looking through my algorithms book/notes and I've come across this summation I'm not quite sure how they got to. \sum^{lgn - 1}_{i = 0}\frac{n}{lgn - i} = n\sum^{lgn}_{i = 1}\frac{n}{i} where lgn = log_{2}n, it's just to make it simpler any clue? cheers,
  9. U

    Charge over a triangular region

    Homework Statement -Given that \rho_{v}=6xy C/m^{2}, Calculate the total charge on the triangular region. -the verticies of the triangle are: (0,0), (2,2) and (4,0) Homework Equations Q=\int_{s}\rho_{v}ds The Attempt at a Solution =\int^{4}_{0}\int^{-x+4}_{x}6xy dydx...
  10. U

    Engineering Why Does My Verilog Code Not Simulate m2 and m13 as Expected?

    Homework Statement given the midterm function: f= m1 + m2 + m3 + m6 + m7 + m10 + m13 -supposed to simplify this function Homework Equations N/a The Attempt at a Solution i got the following functions using Karnaugh mapping: f = \overline{x_{1}} \cdot \overline{x_{2}} + \overline{x_{1}}...
  11. U

    Creating LED Chaser Using 555 Timer and 4017 Decade Counters

    hey, I've been looking at ways to create a LED chaser using a 555 timer chip and 2 x 4017 decade counter chips(more than 10 LEDs). mind you I've only been working with these chips for an hour. so here's the dilemma, I'm not quite sure if I'm right on connecting the 2 chips. what i did was...
  12. U

    What is the derivation of the centripetal acceleration in terms of position?

    omg...too stressed out about finals...i think i got it =_= please correct me if I'm wrong (again)... a(t) = -\omega^{2}r(t)
  13. U

    What is the derivation of the centripetal acceleration in terms of position?

    This problem has been discussed before, but one of the parts were not discussed. Homework Statement Your calculation is actually a derivation of the centripetal acceleration. To see this, express the acceleration of the particle in terms of its position r(t). r(t) = Rcos(\omega...
  14. U

    How Does Pulley Friction Affect Block Acceleration?

    it was late...i changed the units, i was just used to m/s^{2} from previous physics courses...
  15. U

    How Does Pulley Friction Affect Block Acceleration?

    Homework Statement At a given instant block A of weight 10-lb is moving downward with speed 6 ft/s. Determine its speed at a later time t = 2s. Block B has a weight 4lb and the coefficient of kinetic friction between it and the horizontal plane is μ = 0.2. Neglect the mass of the pulleys and...
Back
Top