Log10

From GNU Radio
Revision as of 03:22, 29 December 2018 by 777arc (talk | contribs) (Created page with "output = n*log10(input) + k Args: * n - Scalar multiplicative constant * vlen - Input vector length * k - Scalar additive constant")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

output = n*log10(input) + k

Args:

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