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) { # \dontrun{
w <- noise("white")
tw <- tagWave(w)
w2 <- untagWave(tw)
} # }