Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement perlin and simplex 1d noise algorithms #8

Open
thomasms opened this issue Feb 13, 2020 · 0 comments
Open

Implement perlin and simplex 1d noise algorithms #8

thomasms opened this issue Feb 13, 2020 · 0 comments

Comments

@thomasms
Copy link
Member

To generate synthetic data for peak finding, we need good noise approximation algorithms, namely Perlin and Simplex noise - see http://staffwww.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf and http://staffwww.itn.liu.se/~stegu/aqsis/aqsis-newnoise/

We ultimately need the Geant4 simulation for gamma spec data, but for generic data, we can use Perlin noise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant