This function takes a TaggedWave/TaggedWaveMC object (or a list of such objects) and returns a corresponding Wave/WaveMC object (or list of such objects).
Examples
if (FALSE) {
w <- noise("white")
tw <- tagWave(w)
w2 <- untagWave(tw)
}
This function takes a TaggedWave/TaggedWaveMC object (or a list of such objects) and returns a corresponding Wave/WaveMC object (or list of such objects).
if (FALSE) {
w <- noise("white")
tw <- tagWave(w)
w2 <- untagWave(tw)
}