LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I multiplex/demultiplex signals using Labview?

I am using LabView to generate 10 signals and send them down a common fiber optic channel. How can I multiplex/demultiplex these signals using LabView?
0 Kudos
Message 1 of 2
(5,687 Views)
You can for example use the Interleave 1D Arrays / Decimate 1D Array primitives located in your Array palette.

If the number of channels is getting to big to be practical using the primitives, you can also try to create a 2D array (channels, elements), then transpose the array and reshape it to the 1D array you want to send. Do the opposite operation or simply extract the channels collumn-wise on the receiver side.
0 Kudos
Message 2 of 2
(5,687 Views)