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

Standard temporally-colored noise #3

Open
ChrisRackauckas opened this issue May 7, 2017 · 0 comments
Open

Standard temporally-colored noise #3

ChrisRackauckas opened this issue May 7, 2017 · 0 comments

Comments

@ChrisRackauckas
Copy link
Member

ChrisRackauckas commented May 7, 2017

With the new infrastructure, it should be pretty easy to define temporally-colored noise. But we should provide some easy defaults. For example, the NoiseGrid can be made just from a grid of pre-calculated points, which should be pretty simple to do from an FFT or something. Sadly, I don't actually know how to do this!

I found in some MATLAB site that 1/f noise can be defined as:

https://www.mathworks.com/matlabcentral/newsreader/view_thread/71461

y(t)= sum_n (1/n)sin(2*pi*f0*n*t+r(n))

I'm not too familiar with this stuff so I was wondering if anyone knew of a good write-up on this stuff to help get me on the right track. Any guidance, maybe @elevien or @AshtonSBradley ?

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