Multiply Analog By Value: Difference between revisions
Jump to navigation
Jump to search
Created page with "File:TMultiplyAnalogByValue.png == Summary == {{:Summaries:Multiply Analog By Value}} == Description == In Visuino, the "Multiply Analog By Value" component is used to multiply an analog signal by a constant value. This component is commonly used in electronics and embedded systems projects where you need to scale or adjust an analog signal before further processing or output. For example, if you have a sensor outputting a voltage signal in a certain range, but y..." |
No edit summary |
||
Line 1: | Line 1: | ||
[[ | [[Image:TMultiplyAnalogByValue.png]] | ||
== Summary == | == Summary == | ||
Multiplies an analog input signal by a constant value. | |||
== Description == | == Description == | ||
The **Multiply Analog By Value** component outputs the result of multiplying an analog signal by a fixed constant. | |||
It is commonly used when you need to scale, amplify, or attenuate an analog signal before further processing or output. | |||
**Example:** | |||
If the constant is set to `2` and the value on the **In** pin is `1.5`, the output on the **Out** pin will be: | |||
1.5 × 2 = 3.0 | |||
<b>Diagram:</b> | |||
[[Image:TMultiplyAnalogByValue.Preview.png]] | |||
== Properties == | |||
*'''Enabled''' – Enables or disables the component. | |||
*'''Value''' – The constant multiplier applied to the input signal. | |||
== Pins == | |||
=== Input Pins === | |||
*'''In''' – Analog input signal. | |||
=== Output Pins === | |||
*'''Out''' – Analog output after multiplication. | |||
== Categories == | == Categories == | ||
Line 18: | Line 31: | ||
*[[File:TMathToolbarCategory.png|link=Category:Math]] [[Category:Math]] - {{:Summaries:Summary Category Math}} | *[[File:TMathToolbarCategory.png|link=Category:Math]] [[Category:Math]] - {{:Summaries:Summary Category Math}} | ||
*[[File:TArduinoFilterToolbarCategory.png|link=Category:Analog]] [[Category:Filter]] - {{:Summaries:Summary Category Filter}} | *[[File:TArduinoFilterToolbarCategory.png|link=Category:Analog]] [[Category:Filter]] - {{:Summaries:Summary Category Filter}} | ||
[[Category:Components]] | [[Category:Components]] |
Latest revision as of 06:54, 18 September 2025
File:TMultiplyAnalogByValue.png
Summary
Multiplies an analog input signal by a constant value.
Description
The **Multiply Analog By Value** component outputs the result of multiplying an analog signal by a fixed constant. It is commonly used when you need to scale, amplify, or attenuate an analog signal before further processing or output.
- Example:**
If the constant is set to `2` and the value on the **In** pin is `1.5`, the output on the **Out** pin will be: 1.5 × 2 = 3.0
Diagram:
Properties
- Enabled – Enables or disables the component.
- Value – The constant multiplier applied to the input signal.
Pins
Input Pins
- In – Analog input signal.
Output Pins
- Out – Analog output after multiplication.
Categories
- Analog components category
- Math components category
- File:TArduinoFilterToolbarCategory.png - Summaries:Summary Category Filter