Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hello,
In the attached program, a series of frequencies is measured using Fourier Transformation. The slope of the measured frequencies vs the actual frequencies shows a linear relation but the slope is not exactly "1".
Could you please help me to understand why the slope is not exactly "1" ? Is the any analytic relation between the uncertainty and sampling specifications?
Thank you very much in advance.
Payman
Solved! Go to Solution.
The denominator in the calculation of delta_x should be N0-1, not N0 (if you have N0 data points, you have N0-1 gaps between them).
The denominator in the calculation of delta_x should be N0-1, not N0 (if you have N0 data points, you have N0-1 gaps between them).
Thank you very much.