Multiply Analog

From Visuino
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