How to generate a one-dimensional random noise with any correlation function g(z)?
The basic usage of Correlated random noise generator to generate a one-dimensional random isotropic correlated noise in a domain of N points and total length N delta is employed in corr.cpp and overviewed in what follows:
How to generate a two-dimensional random noise with any correlation function g(z)?
Generation of a two-dimensional random isotropic correlated noise in a domain of N·N points and (N·delta)^2 surface is analogous to the unidimensional case. Again, corr.cpp includes an example of how to generate such noise applying the library Correlated random noise generator.
How to generate a one-dimensional random noise with any correlation function g(z)?
The basic usage of Correlated random noise generator to generate a one-dimensional random isotropic correlated noise in a domain of N points and total length N delta is employed in corr.cpp and overviewed in what follows:
How to generate a two-dimensional random noise with any correlation function g(z)?
Generation of a two-dimensional random isotropic correlated noise in a domain of N·N points and (N·delta)^2 surface is analogous to the unidimensional case. Again, corr.cpp includes an example of how to generate such noise applying the library Correlated random noise generator.
Last edit: Marc Suñé Simon 2013-10-29