LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to reproduce the functionality of the zero order hold vi that will not require me to use FPGA?

I am looking for something that samples a waveform the same way as FPGA zero order hold vi, but that doesn't require me to use FPGA. I generated a sinusoid with the labview signal generator that I would like to sample in the same way that the zero order hold vi would. (Eventually, I will be using an externally-generated signal, but for now, I would just like to experiment with different sampling rates on a signal I have generated.)

0 Kudos
Message 1 of 2
(2,073 Views)

From looking at the link in your other thread, it looks like you could implement that with an Action Engine. The AE is a Functional Global Variable with enhanced functionality. In this case you would need to add a counter to track the number of calls.

 

Lynn

0 Kudos
Message 2 of 2
(2,066 Views)