makesomenoise library documentation =================================== version : 0.1.0 .. toctree:: :maxdepth: 2 :caption: Contents: * :ref:`genindex` : alphabetical index of functions / classes Summary ======= Library dedicated to creating random noise with specific "color". 2 types of noises are currently available: - Lorentzian noise - Flicker noise Signal intensity as a function of time corresponding to any noise are stored in an `Oscillogram` object. The Power spectral density of an `Oscillogram` object can be computed and is stored in a `Spectrogram` object. Functions and classes ===================== .. automodule:: makesomenoise.noise :members: