02-19-2014 11:25 PM
i am acquiring voice data in the form of 1-D array of waveform(DBL) and wants to send it over UDP and receive again at other end.(labview 10.0)
1.how can i convert it into string for UDP sender?
2.at receiving end how can i again convert it into original form?
i have attached vi files
in sender combinations are:
1.sample rate: 4000
2.number of channel: 1
3.bits per sample : 8
5. ports will same at sender and receiver(port 2600)
and receiving end also same
02-20-2014 12:33 AM
Flatten to String and Unflatten from String.
02-20-2014 01:12 AM