| PseudoWave-class {sonicscrewdriver} | R Documentation |
An S4 class to represent a PseudoWave object that is converted to a Wave object when operated on.
Description
An S4 class to represent a PseudoWave object that is converted to a Wave object when operated on.
Slots
typeType of PseudoWave (e.g. "noise")
subtypeSubtype of PseudoWave (e.g. "white" if type is "noise")
scaleThe Wave channels are multiplied by this value
offsetThis value is added to the Wave channels
seedRandom seed for reproducible output, NA for no seed
scaleLogical. Whether to use the random seed value
paramsList of additional parameters to pass to generating function
[Package sonicscrewdriver version 0.0.7 Index]