Learn R Programming

avar (version 0.1.3)

av_qn: Calculate Theoretical Allan Variance for Stationary Quantization Noise Process

Description

This function allows us to calculate the theoretical allan variance for stationary quantization noise process.

Usage

av_qn(Q2, n)

Value

A double indicating the theoretical allan variance for the quantization noise process.

Arguments

Q2

A double value for the noise parameter \(Q^2\).

n

An integer value for the size of the cluster.

Examples

Run this code
av1 = av_qn(Q2 = 1, n = 5)
av2 = av_qn(Q2 = 2, n = 8)

Run the code above in your browser using DataLab