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 edit summary
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