log01: log01

View source: R/math.R

log01R Documentation

log01

Description

Internal soundgen function

Usage

log01(v)

Arguments

v

numeric vector

Details

Normalizes, log-transforms, and re-normalizes an input vector, so it ranges from 0 to 1

Examples

v = exp(1:10)
soundgen:::log01(v)

soundgen documentation built on Sept. 29, 2023, 5:09 p.m.