04-22-2013 01:12 PM
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.)
04-22-2013 01:35 PM
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