Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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.