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
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

output = n*log10(input) + k

Args:

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