Melanie757/log10interpolated: An interpolation of log10 for values between 1 and 100.

This package provides an interpolation of log10 using a lookup table. The table contains the log10 values between 1 and 100 in steps of 0.01, computed with the R function log10. Between this values the log10 is interpolated depending on the nearest value stored in the lookup table. (Idea from https://www.dsprelated.com/showarticle/1047.php)

Getting started

Package details

AuthorMelanie Michels
MaintainerMelanie Michels <m.michels@tum.de>
License
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("Melanie757/log10interpolated")
Melanie757/log10interpolated documentation built on Oct. 12, 2020, 12:03 a.m.