correlated Gaussian

Anything that doesn't fit elsewhere.
Post Reply
MengRu

correlated Gaussian

Post by MengRu »

I know play(&iclamp.amp) can generate independent processes. But is there any way to generate a correlated Gaussian noise?
ted
Site Admin
Posts: 6300
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Post by ted »

"Everything is possible with programming."

All the pieces are there--all you have to do is assemble them.
Use the Random class to fill Vectors with pseudorandom sequences.
If necessary, you can then use the Vector class's methods to implement
a transformation on a pseudorandom sequence that produces the result
you want. It's all in the Programmer's Reference.

http://www.neuron.yale.edu/neuron/stati ... tml#Random

http://www.neuron.yale.edu/neuron/stati ... tml#Vector
Post Reply