aspen.stimuli.identity¶
Identity transformation to generate sounds signal itself
Classes
|
Identity transformation to generate sounds signal itself. |
-
class
aspen.stimuli.identity.
Identity
(binaural=False)[source]¶ Bases:
aspen.interfaces.abs_common_interface.AbsCommonInterface
,aspen.interfaces.abs_stimulus_interface.AbsStimulusInterface
Identity transformation to generate sounds signal itself.
- Parameters
binaural¶ (
bool
) – The flag to consider inputs as binaural stimulus. 1st & 2nd inputs are left & right channels, respectively. Defaults to False.