This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
b:slope_compensation [2022/01/25 17:06] sz |
b:slope_compensation [2022/01/25 17:41] (current) sz |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| Miller compensates for the interferometer drift or slope over each page, ie 20 turns. | Miller compensates for the interferometer drift or slope over each page, ie 20 turns. | ||
| - | Advantage calculation are on single page. | + | Advantage calculation are on single page. see p214 |
| - | I could do the same over whole day: 24h * 60t/h = 1440 turns. | + | The purpose of this test is to find the |
| - | The daily compensation could change could be overall zero but be cyclic over day. | + | effect of slope on the sin[ ] component |
| - | This would cause a daily cycle in the interferometric | + | |
| - | Or even an entire set of days in name-list. | ||
| + | === FindFit Approach === | ||
| - | Effect of slope on sin[ ] in interval 2 Pi. | + | See ApexMeansTest.nb |
| - | Fourier analysis assumes that a signal repeats | + | Fourier analysis assumes that a signal repeats |
| - | This program shows that when the " | + | |
| - | FindFit test | + | This program shows that when the " |
| + | This means that the linear term "c x" completely prevents the linear slope from affecting the true Sin[ ] component. | ||
| - | also to find out how to structure " | + | also to find out how to structure |
| + | " | ||
| - | < | + | < |
| + | Clear[x, | ||
| + | imax=20; | ||
| + | x2=Table[i/ | ||
| + | Print[" | ||
| - | Clear[x, y, x1]; | + | a1=1.01; b1=25; c1=10; |
| - | imax = 20; | + | xy= Table[{x1/2.,a1 Sin[2 Pi .1 x1/2.]+ b1 + c1 x1/2.},{x1,imax}]; |
| - | x2 = Table[i/2., {i, imax}]; | + | Print[" |
| - | Print[" | + | |
| - | a1 = 1.03456789; b1 = 25; c1 = 10; | + | ff=FindFit[xy,a |
| - | xy = Table[{x1/2., a1 Sin[2 Pi .1 x1/2.] + b1 + c1 x1/2.}, {x1, imax}]; | + | Print[" |
| - | Print[" | + | Print[" |
| - | ff = FindFit[xy, a Sin[2 Pi .1 x] + b + c x, {a, b, c}, x]; | + | x {0.5,1., |
| - | Print[" | + | xy {{0.5, |
| - | Print[" | + | angles |
| + | ff | ||
| - | x {0.5,1.,1.5,2.,2.5, | + | </ |
| + | |||
| + | |||
| + | === First approach. === | ||
| + | |||
| + | I could do the same over whole day: 24h * 60t/h = 1440 turns. | ||
| + | The daily compensation could change could be overall zero but be cyclic over day. | ||
| + | This would cause a daily cycle in the interferometric sin component, albeit | ||
| + | |||
| + | Or even an entire set of days in name-list. | ||
| + | |||
| + | Effect of slope on sin[ ] in interval | ||
| - | xy {{0.5, | ||
| - | angles {0.314159, | ||
| - | ff {a-> | ||
| - | </ | ||