Multiply Analog

From Visuino
Revision as of 03:57, 8 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoMultiplyAnalog.png == Summary == Multiplies two or more analog input signals together to produce a single output. == Description == The Multiply Analog component computes the product of multiple incoming analog signals. The number of input pins can be configured using the **Input Pins** property. A clock input can be used to control when the multiplication occurs. This is useful for scaling signals, modulation, or combining multiple analog sourc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoMultiplyAnalog.png

Summary

Multiplies two or more analog input signals together to produce a single output.

Description

The Multiply Analog component computes the product of multiple incoming analog signals. The number of input pins can be configured using the **Input Pins** property. A clock input can be used to control when the multiplication occurs. This is useful for scaling signals, modulation, or combining multiple analog sources mathematically.

Diagram:

Properties

  • Input Pins (default 2) – Number of analog inputs used for multiplication.

Pins

Input Pins

  • In (analog) – Analog input signals (number depends on **Input Pins** property).
  • Clock – Optional clock input to trigger the multiplication.

Output Pins

  • Out (analog) – Output signal representing the product of the inputs.

Categories