|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectauditory.sampled.AbstractBufferedSoundOp
auditory.sampled.AbstractBufferedSoundUnaryOp
auditory.sampled.NoiseOp
public class NoiseOp
A BufferedSoundUnaryOp that adds noise to a signal
| Constructor Summary | |
|---|---|
NoiseOp(double max)
Explicit Value Constructor |
|
| Method Summary | |
|---|---|
void |
applyFilter(double[] source,
double[] destination)
Add noise to the signal |
| Methods inherited from class auditory.sampled.AbstractBufferedSoundUnaryOp |
|---|
applyFilter, filter |
| Methods inherited from class auditory.sampled.AbstractBufferedSoundOp |
|---|
checkArguments, createCompatibleDestinationSound |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoiseOp(double max)
max - The maximum amount of noise to add| Method Detail |
|---|
public void applyFilter(double[] source,
double[] destination)
applyFilter in class AbstractBufferedSoundUnaryOpsource - The source signaldestination - The resulting signal
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||