2

I'm looking for a node.js module that would be able to generate fluctuations (of any sort) that would follow the S(f) = 1/f "pink / fractal noise" pattern. That means, that if we performed Fourier analysis of the time-series we'd find that there's a few high-amplitude fluctuations and many low-amplitude ones with the following distribution of signal:

enter image description here

If you don't know about the module, then maybe know some mathematical node.js toolkit that could help me generate this?

Thank you!

Aerodynamika
  • 7,883
  • 16
  • 78
  • 137
  • 1
    Nothing to do with the question but remind me that :https://www.editions-parole.net/produit/thermodynamique-de-levolution-un-essai-de-thermo-bio-sociologie/ must read :) – Gab Mar 14 '19 at 08:44

1 Answers1

3

There is a tooloud library that can do what you want https://www.npmjs.com/package/tooloud

Igor Litvinovich
  • 2,436
  • 15
  • 23