Log10: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(Created page with "output = n*log10(input) + k Args: * n - Scalar multiplicative constant * vlen - Input vector length * k - Scalar additive constant")
(No difference)

Revision as of 03:22, 29 December 2018

output = n*log10(input) + k

Args:

  • n - Scalar multiplicative constant
  • vlen - Input vector length
  • k - Scalar additive constant