04-17-2015 12:22 PM - edited 04-17-2015 12:35 PM
Hey Im working on a square wave pulse signal that can be displayed using an FPGA board. I have two different pulses (signal 1 and 2) generated from square wave generators on LabVIEW each with equal duty ratios but different phase offsets. I need to add the two pulse signals together to get another signal (signal 3) showing two pulses (from signal 1 and 2). I have tried using an Or gate but that wouldnt work as expected. Please I need some guidance on how to implement this boolean logic, P.S. Im open to any other solutions. Thanks.
For clarity: Imagine signal 1 = 00001000
signal 2 = 00100000
I need signal 3 to be = 00101000, I hope this emphasizes my point.
04-17-2015 03:15 PM
The problem is with the third function from the left. Oops, I forgot, I'm not clairvoyant. Maybe if you posted your code, we could really tell you if the problem is the third function from the left ...
Bob Schor