|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectSciLib.SP.Comm.Noise
public final class Noise
This class contains some useful methods to generate noise.
| Constructor Summary | |
|---|---|
Noise()
|
|
| Method Summary | |
|---|---|
static vector |
rayleighNoise(int n)
Rayleigh noise generator |
static vector |
wnoise(int n)
Gaussian white noise with zero mean and variance 1 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Noise()
| Method Detail |
|---|
public static vector wnoise(int n)
n - the vector length
public static vector rayleighNoise(int n)
n - the vector length
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||