Common (Base-10) Logarithm

From Visuino
Revision as of 01:13, 8 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoCommonLogarithm.png == Summary == Calculates the base-10 logarithm (log₁₀) of an analog input signal. == Description == The Common Logarithm component computes the base-10 logarithm of an incoming analog signal and outputs the result. It is useful for signal processing tasks involving decibel calculations, sensor linearization, or any application requiring base-10 scaling. <b>Diagram:</b> Image:TArduinoCommonLogarithm.Preview.png == Pro...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoCommonLogarithm.png

Summary

Calculates the base-10 logarithm (log₁₀) of an analog input signal.

Description

The Common Logarithm component computes the base-10 logarithm of an incoming analog signal and outputs the result. It is useful for signal processing tasks involving decibel calculations, sensor linearization, or any application requiring base-10 scaling.

Diagram:

Properties

  • Enabled – Enables or disables the logarithm calculation.

Pins

Input Pins

  • In (analog) – Input analog signal.

Output Pins

  • Out (analog) – Output signal representing the base-10 logarithm of the input.

Categories