Difference between revisions of "Log10"
From GNU Radio
(Created page with "output = n*log10(input) + k Args: * n - Scalar multiplicative constant * vlen - Input vector length * k - Scalar additive constant") |
|||
Line 1: | Line 1: | ||
+ | [[Category:Block Docs]] | ||
output = n*log10(input) + k | output = n*log10(input) + k | ||
Revision as of 22:19, 12 March 2019
output = n*log10(input) + k
Args:
- n - Scalar multiplicative constant
- vlen - Input vector length
- k - Scalar additive constant