LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to convert digital array data into analog signal

i want help to convert digital data array into analog signal

 

0 Kudos
Message 1 of 6
(3,732 Views)

Hi shubham,

 

please provide an example including your input data ("digital data array") and expected output data ("analog signal") for that special input data…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 6
(3,731 Views)

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.

0 Kudos
Message 3 of 6
(3,713 Views)

Hi shubham,

 

when you know how you converted from "analog" to "digital" you only need to reverse that conversion.

 

I still miss an example VI with some useful default data…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 6
(3,707 Views)

@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.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 5 of 6
(3,702 Views)

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?

0 Kudos
Message 6 of 6
(3,687 Views)