If plot is FALSE, a new wave is returned. The class
of the returned object is set with the argument output.
Details
The new time wave is obtained by dividing the original time wave by
its Hilbert amplitude envelope.
References
Mbu Nyamsi, R. G., Aubin, T. & Bremond, J. C. 1994
On the extraction of some time dependent parameters of an acoustic signal
by means of the analytic signal concept.
Its application to animal sound study. Bioacoustics, 5: 187-203.
# NOT RUN {# generate a new sound with amplitude modulationa<-synth(f=8000, d=1, cf=1500, am=c(50,10))
# remove the amplitude modulation and plot the resultrmam(a,f=8000,plot=TRUE)
# }