|
JIGL v1.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--jigl.signal.SimpleOperator
|
+--jigl.signal.ops.GaussianNoise
Adds gaussian noise to a signal.
| Field Summary | |
(package private) float |
m_stdDev
Standard deviation of the Gaussian noise. |
| Constructor Summary | |
GaussianNoise(float stdDev)
Constructs a GaussianNoise object from a value of standard deviation. |
|
| Method Summary | |
protected Signal |
apply(DiscreteSignal signal)
Adds gaussian noise to signal. |
protected Signal |
apply(DiscreteSignal signal,
ROI roi)
Adds gaussian noise to signal in a Region of Interest. |
protected Signal |
apply(RealSignal signal)
Adds gaussian noise to signal. |
protected Signal |
apply(RealSignal signal,
ROI roi)
Adds gaussian noise to signal in a Region of Interest. |
| Methods inherited from class jigl.signal.SimpleOperator |
apply, apply, apply, apply, apply, apply |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
float m_stdDev
| Constructor Detail |
public GaussianNoise(float stdDev)
stdDev - standard deviation for the noise| Method Detail |
protected Signal apply(DiscreteSignal signal)
signal.
apply in class SimpleOperatorsignal - DiscreteSignal to add noise to.
signal
protected Signal apply(DiscreteSignal signal,
ROI roi)
signal in a Region of Interest.
apply in class SimpleOperatorsignal - DiscreteSignal to add noise to.roi - Region of Interest of signal.
signalprotected Signal apply(RealSignal signal)
signal.
apply in class SimpleOperatorsignal - RealSignal to add noise to.
signal
protected Signal apply(RealSignal signal,
ROI roi)
signal in a Region of Interest.
apply in class SimpleOperatorsignal - RealSignal to add noise to.roi - Region of Interest of signal.
signal
|
JIGL v1.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||