I need a logic circuit to have a function as shown in the figure:
An input signal applied to the input end, I want it to only output the odd numbered pulse and output 0 for the even numbered pulse. To simplify this question, assume the input signal is periodic.
I have looked up, and found divide-by-N circuit which is relative, however, the pulse width is doubled in this example.
So my question is is there any way we can design a simple logic circuit to fulfill this function with basic logic circuit, or is there a way to just use the divide-by-N counter and keep the pulse width same?