02-23-2025 02:52 PM
Hi All, I'm trying to setup a basic simulation with LV. I have a DAC followed by an ADC.
I can see that there's a sampling rate for the DAC but not for the ADC. Both are DWDT. Is there a ADC object that I can also choose with the sampling rate?
Thanks
02-23-2025 03:53 PM
What do you mean by simulation using LabVIEW? LabVIEW is a programming language and not an electrical simulation software.
Please share what you have created so far and what you are trying to achieve and why
02-23-2025 05:09 PM
Thanks @santo_13
there isn't much to share as it's as simple as a DAC connected to a ADC.
Take a DWDT DAC, place a random array of value as input, connect the DAC to a DWDT ADC and you'll get the same values out.
The main question here is why does the DAC have the sample rate while the ADC doesn't?
Simulation may not be the best terminology but essentially I'm trying to setup a simple DAC->ADC and play with values, waveforms and sampling rates (on both ends).
Thanks
02-23-2025 08:31 PM
@p2aks wrote:
Thanks @santo_13
there isn't much to share as it's as simple as a DAC connected to a ADC.
Take a DWDT DAC, place a random array of value as input, connect the DAC to a DWDT ADC and you'll get the same values out.
The main question here is why does the DAC have the sample rate while the ADC doesn't?
Simulation may not be the best terminology but essentially I'm trying to setup a simple DAC->ADC and play with values, waveforms and sampling rates (on both ends).
Thanks
Please share the VI as it still not clear by the terms DAC and ADC in the scope of LabVIEW as those are hardware.