Common (Base-10) Logarithm: Difference between revisions
Jump to navigation
Jump to search
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..." |
(No difference)
|
Latest revision as of 01:13, 8 September 2025
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.