Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by vinayakdabholkar

  1. V

    CMOS dc -dc convertor design M.E project

    I have made the multiphase buck converter.I tried testing it, but when i connect the input supply to it the supply reduces to some 2.4 from 12V.What is the reason for this ? - - - Updated - - - This was done at no load.
  2. V

    CMOS dc -dc convertor design M.E project

    I am trying to sense the inductor current in this circuit. I used the lm741 opamp in differential amplifier configuration.The sense voltage is 50m*12. where 12A is the load current.From my design i should get a output voltage of 3V but i get 2V. And if i connect a resistor to the output of the...
  3. V

    Help with digital pid implementation

    I implemented them but by mistake skipped the end of the code rk2=rk1; rk1=rk; M1=(-b1*rk1)-(b2*rk2); M2=(a1*rk1)+(a2*rk2); could you tell me more on this, the variable types, parameter scaling aspects some reference will be good
  4. V

    Help with digital pid implementation

    I have implemented a digital pid as a second order module based on the following equations ek = sk - yk; /* Calculate error term */ rk = ek + M1; uk = a0*rk + M2; /* Calculate output */ rk 2 = rk 1; /* Update variables */ rk 1 = rk; M1 = -b1*rk 1 - b2*rk 2; M2 = a1*rk 1 + a2*rk 2; based on this...
  5. V

    Does any one have c code for 2p2z controller

    Does any one have code for 2p2z controller so it can be implemented on a PIC18F ?
  6. V

    2P2Z controller help

    I followed a application note from ti to design a 2p2z controller. Mapped the s domain controller to z domain, but found that the bode plots of the z domain and s domain controller are not similar. so i checked the bode plots of the controllers on the application note and they are also not...
  7. V

    Variations in phase margin

    Is this tuning i am trying to do correct. To the response of post #5 i tried to tune it. When i increase kp i see improvements in rise time and settling time while i get a steady state error. I tried increasing kp further and the output never starts to oscillate. when i introduced Ki the steady...
  8. V

    Variations in phase margin

    Does this system require any kind of controller ? As there is no steady state error and also the rise time is considerably fast. This is the step response of the output filter of a buck converter
  9. V

    could someone help me route this pcb

    Yes i am sending it to a fabricater. Thanks very much for the help
  10. V

    Variations in phase margin

    Could someone provide some help to make this system stable I have attached the bode plot of the closed loop system. I have also attached the matlab script i used to generate the bode plots along with the transfer functions used for the same ? What changes should i go for ? bandwidth/...
  11. V

    could someone help me route this pcb

    Thanks very much kapil. Yours PCB design is very good.Please provide me the gerber.
  12. V

    Variations in phase margin

    Hello I designed a type III compensator based on a excel sheet provided by sipex. I then plotted the closed loop bode plot for my entire system. What i saw is that as i change the position of the first zero of the compensator the phase margin changes, but not linearly.As i place the first zero...
  13. V

    could someone help me route this pcb

    I have attached the schematic again now the the jumpers on it.And the capacitor part no is CPOL-EUE2.5-6 Thanks
  14. V

    could someone help me route this pcb

    Are the light green spots on the pcb the connectors ? Is it single sided ? Sorry kapil for not being precise on the first instance. could you incorporate certain changes here There is only one smd capacitor C1 (C1 from layout). Other caps are not smd they are through hole, also the resistors...

Part and Inventory Search

Back
Top