02-16-2018 07:56 AM
I am trying to calculate the frequency from an encoder, but I want the frequency for each pulse, and not just the average frequency so that I am able to find the percent difference between the max and min values. By creating a waveform from the array and the time between samples and using extract multi tone I am able to get 3 frequency values, but I need a larger sample size to have reliable data.
02-16-2018 08:35 AM
Never mind figured it out. Just calculated the period for each pulse, and then used that for calculating the frequency.