03-12-2015 04:48 AM
i want help to convert digital data array into analog signal
03-12-2015 04:51 AM
03-12-2015 06:20 AM
Hello sir,
We are implimenting real time audio trans-receiver. We have converted input audio data(analog form) into digital data. At the receiver side we received digital data which is in the form of digital data array.But we are unable to recover back our original input data. So please help us to sort out the problem.
03-12-2015 06:42 AM
03-12-2015 07:25 AM
@shubham62 wrote:
We are implimenting real time audio trans-receiver. We have converted input audio data(analog form) into digital data. At the receiver side we received digital data which is in the form of digital data array.But we are unable to recover back our original input data. So please help us to sort out the problem.
Still no useful information. How was the data converted to digital in the first place? What conversion parameters did you use? As was said, you just need to do the math backwards to get it back into the analog.
03-12-2015 09:42 AM
On a computer, everything is "digital". The only way to convert to analog is using an digitat-to-analog converter and outputting an analog signal, such as a voltage.
If this does not answer the question, you need to be sigificantly more specific and define what you mean by the terms "digital" and "analog".
For example, what is "digital array data"? That term is completely ambiguous! Can you attach a VI containing such an array and tell us what you think it should represent? What is the datatype? What does each array element represent?