03-11-2023 02:37 PM
Hello i'm very new to Labview and i would like to ask for some help.
I'm trying to generate a customizable square digital wavefrom. I know how to create a simple repeating high to low to high etc. signal, but how would i generate a signal like this which doesn't just go from high to low and back? I want to be able to repeat high or low values multiple times.
Ideally i would want a binary sequence as an input which would generate the following signal as seen in the picture. How could i accoplish this?
Solved! Go to Solution.
03-12-2023 07:41 AM
You could just build a boolean array and transpose it. Then wire it to the block Boolean Array to Digital Waveform.
03-13-2023 11:58 AM
just what i needed, thank you