analogue-to-digital decoder

Guest #3991013
Rate this post
useful
not useful
hello
thank you for your help. Therefore the analog value is a voltage between 
40 and 200 mV. I'm not really a profissionnel in the field.
I want this converter to find two numerical values for comparison, if 
not. can I compare two voltage without converting them.
Guest #3991030
Rate this post
useful
not useful
hossam wrote:
> hello
> thank you for your help. Therefore the analog value is a voltage between
> 40 and 200 mV. I'm not really a profissionnel in the field.
> I want this converter to find two numerical values for comparison, if
> not. can I compare two voltage without converting them.

Yes you can, all what you need is an OPAMP with sufficient gain.

You can't implement an analog circuit directly with VHDL in a FPGA.

Some FPGA come with a low speed ADC (just like the one in many 
microcontroller) which you can access from VHDL.
You can also implement a sigma delta ADC in a FPGA using VHDL, but this 
also requires an external comparator (OPAMP).

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now