Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Recent content by simonmada

  1. S

    Analog to Digital Converter (ADC)

    mcs51mc I'm trying to make an ADC myself by implementing it using Verilog. Ronsimpson: Erm, well I guess I might be a little misleading with what I'm asking here. I'll try to clarify it now. Quoting from Ronsimpson: The bad news is it takes a while to find the voltage. The good news...
  2. S

    Analog to Digital Converter (ADC)

    Folding is something like a and unfortunately its slower compared to a SAR ADC. Still figuring out about this, anyone got any ideas?
  3. S

    Analog to Digital Converter (ADC)

    I see. I'll have a look and give it a try to see whether it works, if it doesn't I'll have to come back for help again. Thanks.
  4. S

    Analog to Digital Converter (ADC)

    Yeah, my concern is that it takes too long to do n comparisons, but if there's a way to reduce the number of comparison that I need to make, it would be even better
  5. S

    Analog to Digital Converter (ADC)

    Yeah, my concern is that it takes too long to do n comparisons, but if there is any ways whereby I can make less than n comparisons to get the output would be even better. I see. I'll have a look and give it a try to see if it works. If I face any problems, I'll have to come back for help...
  6. S

    Analog to Digital Converter (ADC)

    Yeah, I know that. What is my problem now is the n-comparisons needed. I need to do something to reduce the number of comparisons.
  7. S

    Analog to Digital Converter (ADC)

    I would say 8/9 bits. Let me explain based on this example. We consider this based on 9 bits. So the range would be from 0(0 0000 0000) to 511(1 1111 1111).The reference level will start from the middle which means 256(1 0000 0000). We consider the analog input to be a wave which rises all...
  8. S

    Analog to Digital Converter (ADC)

    Hi everyone, I'm undertaking a project involving Analog to Digital Converter (ADC). From what i know, one way to implement this ADC in Verilog is by using a DAC and comparator. The DAC output and an analog input will be the inputs of the Comparator. The output of the comparator will then be...

Latest threads

New Articles From Microcontroller Tips

Back
Top