Common (Base-10) Logarithm
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
- File:TArduinoAnalogCategory.png Category Analog – Analog signal processing components.
- File:TArduinoMathCategory.png Category Math – Mathematical operations on analog signals.