log2lin
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
log2lin
Logarithmic to linear conversion where x -> ref * 10 ^ (x / fac)
Usage:
log2lin(x, ref, fac)
Parameters:
- ref
- Default is
1
.
- fac
- Default is
20
.