powered by
This function allows us to calculate the theoretical allan variance for stationary white noise process.
av_wn(sigma2, n)
A double indicating the theoretical allan variance for the white noise process.
double
A double value for the variance parameter \(\sigma ^2\).
An integer value for the size of the cluster.
integer
Yuming Zhang
av1 = av_wn(sigma2 = 1, n = 5) av2 = av_wn(sigma2 = 2, n = 8)
Run the code above in your browser using DataLab