Log10

From GNU Radio
Revision as of 22:19, 12 March 2019 by 777arc (talk | contribs)
Jump to navigation Jump to search

output = n*log10(input) + k

Args:

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