expyfun.stimuli.rms#
- expyfun.stimuli.rms(data, axis=-1, keepdims=False)[source]#
Calculate the RMS of a signal
- Parameters:
- dataarray-like
Data to operate on.
- axisint | None
Axis to operate over. None will operate over the flattened array.
- keepdimsbool
Keep dimension operated over.
Examples using expyfun.stimuli.rms
#
Generate vocoded stimuli
Examine and manipulate stimulus power
Examine and manipulate stimulus power