Natural Logarithm: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoNaturalLogarithm.png == Summary == Calculates the natural logarithm (ln) of an analog input signal. == Description == The Natural Logarithm component computes the natural logarithm of an incoming analog signal and outputs the result. This is useful for mathematical signal processing, sensor linearization, or applications requiring logarithmic scaling. <b>Diagram:</b> Image:TArduinoNaturalLogarithm.Preview.png == Properties == *'''Enabled'''..."
 
(No difference)

Latest revision as of 01:09, 8 September 2025

File:TArduinoNaturalLogarithm.png

Summary

Calculates the natural logarithm (ln) of an analog input signal.

Description

The Natural Logarithm component computes the natural logarithm of an incoming analog signal and outputs the result. This is useful for mathematical signal processing, sensor linearization, or applications requiring logarithmic 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 natural logarithm of the input.

Categories