powered by
This function is used to create a PseudoWave object that can be used to generate a Wave object when operated on.
pseudoWave( type = NA_character_, subtype = NA_character_, scale = 1, offset = 0, seed = 1, params = list() )
A PseudoWave object.
Type of PseudoWave (e.g. "noise", "sine")
Subtype of PseudoWave (e.g. "white" if type is "noise")
The Wave channels are multiplied by this value
This value is added to the Wave channels
Random seed for reproducible output. NA for no
List of additional parameters to pass to generating function
pw <- pseudoWave("noise", "white") pw <- pseudoWave("sine", params=list("f0"=440))
Run the code above in your browser using DataLab