Matching Demodulation
matching_demod(x, n, thresh = 0.05, max_cycles = 5,
smooth = "butterworth", order = 5, passfreq = 0.1, debug = FALSE)
numeric. Signal to demodulate
integer. Window size for SWDFT
numeric. Threshold to determine whether to continue demodulating
maximum number of demodulation cycles
character. Type of smoothing to use, accepts either 'ma', 'double_ma', or 'butterworth' (the default)
moving average parameter if 'smooth' argument equals 'ma' or 'double_ma'. Defaults to 5
numeric scalar. Pass frequency used in butterworth low-pass filter. defaults to .1
Logical. Whether to print out intermediate output.
An S3 'swdft_matching_demod' object. See ?new_swdft_matching_demod for details.