03-13-2019 04:17 PM
Hi,
I have a seemingly pretty basic question about the data that the electrical power toolkit deals with. In the example FPGA code the sampled data is re-sampled to convert to constant-angle data. In the RT code this data is then converted into a waveform (Convert Data to Waveforms VI). Since a waveform only stores start timestamp, time delta, and data array, does this mean data is converted back into constant time data? If I read data out of the FPGA in a loop and the frequency drifts will the dt of the waveform change?
Solved! Go to Solution.
03-14-2019 01:52 AM - edited 03-14-2019 01:53 AM
I assume you are looking at the PQ examples.
The resampled data is still constant-angle data, although the data is represented in waveform type with a dt. We do this because we assume the frequency will not change during one data block (~200ms).
If the frequency drifts from block to block, the dt of the resampled waveform will change.
03-14-2019 09:35 AM
Thanks for the clarification. Do I need any special consideration for logging blocks to TDMS if the dt value could change?