windowSize

abstract var windowSize: Int

Gets or sets length of number of samples to keep within the window being processed to determine instantaneous sensor noise level. Window size must always be larger than allowed minimum value, which is 2 and must have an odd value.

Throws

if provided value is not valid.

if generator is currently running.