# qNoise: A generator of non-Gaussian colored noise

**Authors:** J Ignacio Deza, Hisham Ihshaish

arXiv: 1812.07451 · 2022-09-01

## TL;DR

qNoise is an open-source C++ library that generates customizable non-Gaussian, colored noise based on Tsallis' $q$-distribution, enabling diverse applications in modeling and analyzing stochastic systems with adjustable statistical properties.

## Contribution

This paper introduces a novel C++ generator for non-Gaussian colored noise based on Tsallis' $q$-distribution, with adjustable parameters for broad applicability.

## Key findings

- Noise statistics can be tuned via parameters $q$ and $	au$
- The generator produces noise with compact support for $q<1$ and finite variance up to $q=5/3$
- System responses are optimized at certain $q$ values different from 1

## Abstract

We introduce a software generator for a class of colored (self-correlated) and non-Gaussian noise, whose statistics and spectrum depend on two parameters, $q$ and $\tau$. Inspired by Tsallis' nonextensive formulation of statistical physics, the so-called $q$-distribution is a handy source of self-correlated noise for a large range of applications. The $q$-noise -- which tends smoothly for $q=1$ to Ornstein--Uhlenbeck noise with autocorrelation $\tau$ -- is generated via a stochastic differential equation, using the Heun method (a second order Runge--Kutta type integration scheme). The algorithm is implemented as a stand-alone library in C++, and is made available as open source in the Github repository. Noise' statistics can be specified handily; by only varying parameter $q$: it has compact support for $q<1$ (sub-Gaussian regime) and finite variance up to $q=5/3$ (supra-Gaussian regime). Once $q$ is fixed, noise' autocorrelation can be tuned independently by means of parameter $\tau$. The presented qNoise generator provides a readily tool to modeling wide range of real-world noise types, and is suitable to study the effects of correlation and deviations from the normal distribution in systems of stochastic differential equations, key to understand system dynamics in numerous applications. The effect of noises' statistics on the response of a range of nonlinear systems is briefly discussed. In many of these examples, the systems' response turns optimal for some $q\neq1$. Hence, this paper aims to introduce qNoise generator for C++ at the class level and evaluate the kind of noise it generates, alongside their use in a range of applications.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1812.07451/full.md

## Figures

27 figures with captions in the complete paper: https://tomesphere.com/paper/1812.07451/full.md

## References

21 references — full list in the complete paper: https://tomesphere.com/paper/1812.07451/full.md

---
Source: https://tomesphere.com/paper/1812.07451