Altera_Forum
Honored Contributor
16 years agoADC Demultiplexing and DC offset removal
Hi,
I am new to ADC/DSP design. I am currently working on an Altera FPGA design which has an ADC interface with the following requirements: -------------------------------------------------------- Gives a 2's complement value Digital output to the FPGA. Since this is a dual channel ADC, I need to demultiplex this at the FPGA into two separate digital data streams. My interface has to demultiplex and then do the DC offset removal. --------------------------------------------------------- Can some one explain me- why I need to do the DC offset removal
- how to do that in Digital domain (FPGA)?
- I need to do the DC offset removal as the ADC output (2's compliment is a signed value) and hence need to remove the DC offset value and convert into unsigned values.
- How to do the DC offset removal is to use a high pass filter (so that all the low frequency components-DC equivalent) will be removed?But what should be the specifications for this high pass filter?