Hello all,
So far I've constructed my program to take synchronous DAQmx readings via RTSI bus, and now I'm onto the data analysis portion of the code. As it's very important that I analyze the data during acquisition, I've added the Advanced Peak Detector ptbypt.vi to my data reading loop. I believe I've wired it up correctly, connecting the output of the DAQmx to the input of the peak detector, and initializing the peak detector at i = 0. I've tried varying different parameters to what they should be - and yet, with all of this I'm still not detecting any valleys when I know that the data I'm analyzing is almost ideally quadratic.
If anybody can help I'd appreciate it.