noise_simulation
                Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| noise_simulation [2013/04/22 22:43] – created johnsoevans | noise_simulation [2025/09/19 15:18] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Noise Simulation - Version 5 ====== | ||
| + | |||
| + | To add noise to a simulated pattern (e.g. use the " | ||
| + | |||
| + | <code topas>  | ||
| + | { | ||
| + |        " | ||
| + |        " | ||
| + |     | ||
| + | |||
| + | To test Rand_Normal then try: | ||
| + | |||
| + | <code topas> | ||
| + | yobs_eqn = 100; | ||
| + | min 0.001 | ||
| + | max 100 | ||
| + | del .001 | ||
| + |          | ||
| + |     | ||
| + | { | ||
| + |        " | ||
| + |     | ||
| + | |||
| + | The data in AAC.TXT should obey the following: | ||
| + | |||
| + | |||
| + | Sqrt[ Sum(AAC.TXT)^2 / 100000 ] = 1 | ||
| + | |||
| + | |||