multi_band_chimera: multi_band_chimera

Description Usage Arguments Value Source References See Also

View source: R/multi_band_chimera.R

Description

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.

Usage

1
multi_band_chimera(x1, x2, f = 1, cutoffs, fb = NULL, refilter = 0)

Arguments

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)

Value

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

Source

Translated from MATLAB code in Smith, Delgutte & Oxenham (2002).

References

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

See Also

quad_filt_bank


abeith/chimeRa documentation built on Feb. 6, 2020, 9:32 a.m.