powered by
This function allows us to calculate the theoretical allan variance for random walk process.
av_rw(omega2, n)
A double indicating the theoretical allan variance for the random walk process.
double
A double value for the noise parameter \(\omega ^2\).
An integer value for the size of the cluster.
integer
av1 = av_rw(omega2 = 1, n = 5) av2 = av_rw(omega2 = 2, n = 8)
Run the code above in your browser using DataLab