earckens
Member
A circuit needs to be triggered by one input, resulting in two outputs as follows and with following conditions:
1. 0 = 0V, 1 = 5V
2. OUT1 and OUT2 may never be 0 at the same time
3. the input signal must trigger state transitions for OUT1 and OUT2 (see points 4 and 5)
4. when OUT1 goes to 1, a fixed time T1 later OUT2 goes to 0
5. when OUT2 goes to 1, a fixed time T1 later OUT1 goes to 0
OUT1: 1 1 0 0 1 1 1 1 0 0.....
OUT2: 0 1 1 1 1 0 0 1 1 1 ...
So OUT1 and OUT2 must overlap in the status 1 during T1
How can this be solved with hardware?
1. 0 = 0V, 1 = 5V
2. OUT1 and OUT2 may never be 0 at the same time
3. the input signal must trigger state transitions for OUT1 and OUT2 (see points 4 and 5)
4. when OUT1 goes to 1, a fixed time T1 later OUT2 goes to 0
5. when OUT2 goes to 1, a fixed time T1 later OUT1 goes to 0
OUT1: 1 1 0 0 1 1 1 1 0 0.....
OUT2: 0 1 1 1 1 0 0 1 1 1 ...
So OUT1 and OUT2 must overlap in the status 1 during T1
How can this be solved with hardware?