Skip to content

Gaussian White Noise Generation #427

Answered by pschatzmann
franjf97 asked this question in Q&A
Discussion options

You must be logged in to vote

I suggest to plot the result to a CsvStream so that you can visually check if the data looks random or if there is another issue. All data should be between -32767.0 and +32767.0
If your assumption is right you can try to lower the sample rate or you can measure the number of samples that you can generate in 1 second, to determine the max sample rate that you can use.

Did you already try to use the standard c++ function instead?

Finally I suggest that you create a separate class with a different name. If you have it working I would be interested in a pull request.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants