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 Sahil_khan

  1. S

    ADC to LCD charater conversion concept

    @ Jayanth I am using PIC16F887 and I have configured all the required registers. Thank you very much. Thank you all guys for your concern. I could not fix the problem yet but I hope it would be soon.
  2. S

    ADC to LCD charater conversion concept

    No actually for debugging perpose I am assigning the value instead of measuring on the pin and then debugging in Proteus. i.e. adc_rd = 1023;
  3. S

    ADC to LCD charater conversion concept

    Thank you for your reply. The problem is that, my reference voltage is 5V so based on that if I modify my code as follows; tlong = (long)adc_rd*5/1023; ch = tlong / 1; // extract volts digit It gives me 5.005V instead of 5.000V (assuming adc_rd = 1023); - - - Updated - - - kindly...
  4. S

    ADC to LCD charater conversion concept

    Dear Guys I am new to PIC Microcontroller and just started working on an example i.e. to read ADC value and convert it to ASCI and then display on LCD. I am using mikroC compiler. Can some body explain what does the following code do ? unsigned char ch; unsigned int adc_rd; char *text; long...
  5. S

    what is the difference between PWM and simple comparator based regulator ?

    Dear Guys I am working on the design of a buck converter. Using the classical approach of PWM for gating the Mosfet. I have also implemented a PI controller. I came to know another approach of simply comparing the output voltage of my buck converter with a Vref and the feeding them to a...
  6. S

    What SMPS bandwidth means ?

    @sandipm14; Sorry, I did not get the answer for my question. - - - Updated - - - Sorry I still do not understand can you explain please?
  7. S

    What SMPS bandwidth means ?

    Dear guys Can some body clarify/explain to me; What does the bandwidth of SMPS means ? For example, if we look at the open loop bode plot of LC buck converter, we can see after the corner frequency there is a -40dB/decade slope which actually shows the attenuation of the signals after the...
  8. S

    Why we use PID in digital controller design ?

    Yes I am talking about the first one. i.e. I mean if i use only this algo then the system should work and the error will be eliminated so then why we always talk about PID controllers in digital controllers.
  9. S

    Why we use PID in digital controller design ?

    Thank you for your reply. But I am sorry for me it is still not very clear. I do not understand what you mean I mean if I increase and decrease my PWM pulse by pulse according to the voltage I sense from the feedback, in this case I can achieve steady state behavior ?
  10. S

    Why we use PID in digital controller design ?

    Dear Guys I have a very basic question that why we use PID algorithm in digital controller design ? I mean cant we use some alternative approach e.g if i sense output voltage of a dc-dc converter and then accordingly i adjust my PWM. Lets take an example : Suppose Vout of a dc-dc converter is...
  11. S

    MC33063 Buck Regulator Simulation using Cadence Orcad Capture+pSpice

    Make sure in your schematic you are using the components with PSpice model attached.
  12. S

    How to calculate Corner frequency for Series LC Filter/

    Thank you all. Infact I am working on very strict specifications, however I found a way to make my calculations, you might also be intersted in, therefore I am sharing it in bellow. Decay Rate x Log (Fsw/Fc) = -dB Decay rate for LC filter is = -40dB per decay Fc => Corner Frequency Fsw =>...
  13. S

    How to calculate Corner frequency for Series LC Filter/

    I am talking in general but you can consider the above mentioned parameters as for the storage inductor. Thank you for your concern.
  14. S

    How to calculate Corner frequency for Series LC Filter/

    Dear Guys I am have an the following specifications for my output LC Series filter design; L = 5mH Fswitching = 20kHz Attenuation of 20kHz switching frequency = -60dB I want to attenuate my 20kHz switching frequency upto -60dB, so How can I calculate my required corner frequency with a decay...

Part and Inventory Search

Back
Top