Labview, multiplexing Demultiplexing a signal

Thread Starter

onqun

Joined Feb 17, 2009
15
Hello guys, I have project, I generated 3 waves and I have 2 wav files. I need to multiplex and demultiplex them. I looked online. point is I have no idea about multiplexing and Demultiplexing. Can someone explain me?
 

t_n_k

Joined Mar 6, 2009
5,455
If your question specifically relates to Labview then you will find a wealth of information at the National Instruments website.

Go to http://www.ni.com/

and check out "Developer Zone" in particular. You may have to create a user profile but it's worth the effort.
 

t06afre

Joined May 11, 2009
5,934
Hello guys, I have project, I generated 3 waves and I have 2 wav files. I need to multiplex and demultiplex them. I looked online. point is I have no idea about multiplexing and Demultiplexing. Can someone explain me?
It is a Labview forum here http://forums.ni.com/t5/LabVIEW/bd-p/170 You have to click through a lot of pages to find it via http://www.ni.com/, if you find it. But feel free to post your code here also. I can take a look.
 

KL7AJ

Joined Nov 4, 2008
2,229
Howdy:

Were these files generated in Labview? If so, you can use one of the easy waveform manipulation functions from the waveform toolbox. If not, you can use the ARRAY functions to redistributed the data into individual arrays.

Eric
 
Top