Hi all,
I am trying to use Xmega microcontroller's ADC to read and process signal for my project. The project is as follow
The input signal is a 1kV-4kV DC superimposed by a small AC sine signal (can be a couple of volts, maybe on the order of 100Hz).
I need to extract the AC component of the mixed AC-DC signal and obtain it's magnitude and phase (relative phase shift compared to the input AC).
I have a following questions hope you can help me with:
-
Is voltage divider to lower the input voltage range to a rated input voltage range of the Xmega possible? (Obviously I need to be very careful with this large voltage input).
-
Is it possible to implement the digital signal processing algorithm to the code to extract the AC component?
-
If 2 is not a solution, can I design a simple circuit (high-pass filter?) to achieve this task?
-
What Xmega would you recommend for this task?