03-10-2015 03:41 PM
Hello,
I need to measure the frequency of the sinuoidal signal that is acquired using LabVIEW FPGA. I tried to use the block Analog Period Measurement.
The value that i have used are: threshold level 0, hysteresis 0.5.
However, no matter what the frequency, the period is always zero.
I also tried different threshold and hysteresis values, but it was in vain.
I would be grateful if you could be of any help.
Regards, Keshav
Solved! Go to Solution.
03-10-2015 03:43 PM
Screenshots:
03-10-2015 05:22 PM
Hi keshasvew,
This function has a valid output signal that only becomes true once per period, so it's likely that you're actually getting a good result, but never seeing it. You will need to add a bit of code on the output that uses the output valid signal to latch the latest valid measurement result. You should also monitor the timeout output, as that will generally stay true if you're not getting any results at all.
03-10-2015 05:37 PM
Hello,
Thank you for your reply.
Tried it. It's working perfectly fine.
Thank you 🙂
Regards,
Keshav