How Do You Model Noise in Mathematica?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
madness
Messages
813
Reaction score
69
Given a power spectral density Sn(f) (or alternatively the autocorrelation function), is there a way to output random noise in Mathematica? Not sure if anyone here will know this but it's worth a try.
 
Last edited:
Physics news on Phys.org
Well, you could use Random[NormalDistribution[...]] to generate white noise and then apply an FFT, filter it with your spectral density, and then inverse FFT to get back the original noise. Would that work?
 
How do you ?

filter it with your spectral density