Description Usage Arguments Value Source References See Also
View source: R/multi_band_chimera.R
multi_band_chimera
Synthesize pair of multi-band "auditory chimeras" by
dividing each signal into frequency bands, then interchanging envelope and
fine structure in each band using Hilbert transforms.
1 | multi_band_chimera(x1, x2, f = 1, cutoffs, fb = NULL, refilter = 0)
|
x1, x2 |
original signals |
f |
sampling rate in Hz |
cutoffs |
band cutoff frequencies |
fb |
filter banks. Not required if cutoffs are specified |
refilter |
set to 1 to filter again after exchange operation (default 0) |
a list of two auditory chimeras. The first has envelope of x1 and the fine structure of x2 and the second has the envelope of x2 and the fine structure of x1
Copyright Bertrand Delgutte, 1999-2000
Translated from MATLAB code in Smith, Delgutte & Oxenham (2002).
Smith, Z. M., Delgutte, B., & Oxenham, A. J. (2002). Chimaeric sounds reveal dichotomies in auditory perception. Nature, 416(6876), 87–90. doi:10.1038/416087a
quad_filt_bank
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.