Third approach (PSOC, single chip approach again) :
Note I did not show all the pins and R dividers to get Vrefs and phases into pins.
Still thinking about DC vs AC coupling into comparators, I think AC makes it
easy to only work with + side of AC waveforms. The basic idea is presented here.
T/H solves analog memory problem needed to then eval 3V point.
1) Use a window comparator to detect when they cross on + side of both
phase 1 and 2.
2) Using a track and hold (T/H) put it into hold when comparator triggers in 1) above.
Use a LUT to hold T/H in hold state
3) Use a third comparator, again window (some hysteresis) to detect 3V point has
occurred.
4) When 3V point drops below value the state machine resets itself to get ready
for next cycle..
The LUT is a simple state machine to control the T/H, when its to track and when its
to hold.
Could also be done as discrete solution. If discrete use single gate logic
for F-F (replace state machine). A quad comparator, and a Vref to get the 3V trip point.
Regards, Dana.