Learn R Programming

sonicscrewdriver (version 0.0.7)

normalise: Normalise a Wave object

Description

Similar to normalize() from the tuneR package but automatically identifies the unit parameter.

Usage

normalise(wave, unit = NULL, ...)

Value

Normalised Wave or WaveMC object

Arguments

wave

Wave or WaveMC object

unit

If not null behaves as in normalize() from tuneR, if null the unit is automatically identified.

...

Additional arguments passed to normalize() from tuneR