User contributions for Visuino
Jump to navigation
Jump to search
17 August 2025
- 11:5311:53, 17 August 2025 diff hist +1,225 N Complex On/Off Switch Created page with "Image:TArduinoComplexOnOffSwitch.png == Summary == Enables or disables the flow of a complex input signal to the output. == Description == The **Complex On/Off Switch** component allows conditional control of a complex signal. When **Enable** is active, the value from **In** is passed to **Out**. When **Enable** is inactive, the output is blocked. This is useful for gating, selectively routing, or pausing complex signal propagation. <b>Diagram:</b> Im..." current
- 11:5311:53, 17 August 2025 diff hist 0 N File:TArduinoComplexOnOffSwitch.Preview.png No edit summary current
- 11:2611:26, 17 August 2025 diff hist +1,022 N Complex To Analog Created page with "Image:TArduinoComplexToAnalog.png == Summary == Separates a complex input into its Real and Imaginary analog components. == Description == The **Complex To Analog** component extracts the real and imaginary parts of a complex input value. The **Real** part is output through the **Real** pin, and the **Imaginary** part is output through the **Imaginary** pin. This is useful for processing, visualization, or converting a complex signal into standard analog signal..." current
- 11:2511:25, 17 August 2025 diff hist 0 N File:TArduinoComplexToAnalog.Preview.png No edit summary current
- 11:2111:21, 17 August 2025 diff hist +1,287 N Complex Demux(Multiple Output channel Switch) Created page with "Image:TArduinoComplexDemux.png == Summary == Routes a complex input signal to one of multiple outputs based on the selected channel. == Description == The **Complex Demux (Multiple Output Channel Switch)** component distributes a single complex input to one of several output channels. The output channel is determined by the value at the **Select** pin or by the **Initial Channel** property at startup. Only the selected output pin receives the input signal, whil..." current
- 11:2111:21, 17 August 2025 diff hist 0 N File:TArduinoComplexDemux.Preview.png No edit summary current
- 06:0506:05, 17 August 2025 diff hist +1,321 N Complex Array Created page with "Image:TArduinoComplexArray.png == Summary == Outputs complex values from a predefined array of elements. == Description == The **Complex Array** component stores a list of predefined complex values (Imaginary, Real) that can be cycled or accessed by index. The **Initial Index** property determines the starting output position. The **Clock** pin steps through the array, outputting the next complex element each time it is triggered. Alternatively, the **Initial..." current
- 06:0406:04, 17 August 2025 diff hist 0 N File:TArduinoComplexArray.Preview.png No edit summary current
- 05:5905:59, 17 August 2025 diff hist +1,127 N Add Complex Created page with "Image:TArduinoComplexAdd.png == Summary == Adds multiple complex input values together into a single output. == Description == The **Add Complex** component performs summation of all connected complex input values. The number of input pins is defined by the **Input Pins** property. When the optional **Clock** pin is triggered, the sum is updated and output through the **Out** pin. This is useful for combining multiple complex signals or performing accumulatio..." current
- 05:5905:59, 17 August 2025 diff hist 0 N File:TArduinoAddComplex.Preview.png No edit summary current
- 05:2505:25, 17 August 2025 diff hist +1,103 N Subtract From Complex Value Created page with "Image:TArduinoComplexSubtractFrom.png == Summary == Subtracts the complex input signal from a specified constant complex value. == Description == The **Subtract From Complex Value** component takes the constant complex number defined in the **Value** property and subtracts the complex input received at the **In** pin from it. The result of the subtraction (**Value − In**) is continuously provided at the **Out** pin. This is useful for offsetting or inverting..." current
- 05:2505:25, 17 August 2025 diff hist 0 N File:TArduinoComplexSubtractFrom.Preview.png No edit summary current
- 05:2205:22, 17 August 2025 diff hist 0 N File:TArduinoComplexAddValue.Preview.png No edit summary current
- 05:1805:18, 17 August 2025 diff hist +956 N Complex Array Change Only Created page with "Image:TArduinoComplexArrayChangeOnly.png == Summary == Outputs a complex array only when its value changes. == Description == The **Complex Array Change Only** component monitors the complex array provided at its **In** pin and outputs it only if the value differs from the previously stored array. This prevents redundant updates and is useful for reducing unnecessary data flow or triggering events only when a real change in the array occurs. <b>Diagram:</b>..." current
- 05:1705:17, 17 August 2025 diff hist 0 N File:TArduinoComplexArrayChangeOnly.Preview.png No edit summary current
- 05:1505:15, 17 August 2025 diff hist +1,409 N Accumulate(Integral) Complex Created page with "Image:TArduinoComplexAccumulate.png == Summary == Accumulates (integrates) a complex input signal over time, starting from an initial value. == Description == The **Accumulate (Integral) Complex** component continuously adds incoming complex values received at its **In** pin to an internal accumulator. The accumulator starts from the **Initial Value** property and updates on each input event. If the **Reset** pin is triggered, the accumulator is cleared and rei..." current
- 05:1505:15, 17 August 2025 diff hist 0 N File:TArduinoComplexAccumulate.Preview.png No edit summary current
- 04:0904:09, 17 August 2025 diff hist +1,313 N Compare Complex Value Created page with "Image:TArduinoComplexCompare.png == Summary == Compares a complex input signal to a predefined complex constant. == Description == The **Compare Complex Value** component compares the complex number received at its **In** pin with the constant defined in the **Value** property. The comparison is performed according to the **Compare Type** property (equal or not equal). The result of the comparison is output as a boolean at the **Out** pin. This is useful whe..." current
- 04:0804:08, 17 August 2025 diff hist 0 N File:TArduinoComplexCompare.Preview.png No edit summary current
- 02:2002:20, 17 August 2025 diff hist +1,206 N Divide Analog Value by Complex Created page with "Image:TArduinoAnalogDivideByComplex.png == Summary == Divides a specified Analog Value by a Complex input signal. == Description == The **Divide Analog Value by Complex** component takes an analog value (set by the **Value** property) and divides it by the complex number provided at its **In** pin. The result of the division is a complex output continuously available at the **Out** pin. This is useful for normalizing or scaling analog signals against complex qu..." current
- 02:1902:19, 17 August 2025 diff hist 0 N File:TArduinoAnalogDivideByComplex.Preview.png No edit summary current
- 02:1502:15, 17 August 2025 diff hist +844 N Conjugate Complex Created page with "Image:TArduinoComplexConjugate.png == Summary == Computes the conjugate of a complex number. == Description == The **Conjugate Complex** component outputs the complex conjugate of the input value. For a complex number defined as **a + bi**, its conjugate is **a − bi**. This is useful in signal processing, control systems, and simplifying division of complex numbers. <b>Diagram:</b> Image:TArduinoComplexConjugate.Preview.png == Categories == *Image:TA..." current
- 02:1502:15, 17 August 2025 diff hist 0 N File:TArduinoComplexConjugate.Preview.png No edit summary current
- 02:1302:13, 17 August 2025 diff hist +1,514 N Get Complex Array Item At Index Created page with "Image:TArduinoComplexArrayGetItem.png == Summary == Retrieves a complex array item at a specified index. == Description == The **Get Complex Array Item At Index** component extracts a single element from a complex array based on the **Index** property or pin. If the specified index is valid, the corresponding complex value is output at the **Out** pin. If the array is empty, the **Empty** pin is triggered. If the index is out of range and '''Ignore Out Of Ran..." current
- 02:1202:12, 17 August 2025 diff hist 0 N File:TArduinoComplexArrayGetItem.Preview.png No edit summary current
- 02:0802:08, 17 August 2025 diff hist +1,337 N Step/Iterate Complex Array Items Created page with "Image:TArduinoComplexArrayStep.png == Summary == Steps through items in a complex array one at a time. == Description == The **Step/Iterate Complex Array Items** component allows sequential iteration through each element of a complex array. When an array is provided at the **In** pin, the component outputs its items one-by-one at the **Out** pin. Each iteration provides the current element along with its **Index** and the total **Count** of elements. If the a..." current
- 02:0702:07, 17 August 2025 diff hist 0 N File:TArduinoComplexArrayStep.Preview.png No edit summary current
16 August 2025
- 13:3513:35, 16 August 2025 diff hist +8 Multiply Complex By Analog Value No edit summary current
- 13:3513:35, 16 August 2025 diff hist 0 N File:TArduinoComplexMultiplyByAnalog.Preview.png No edit summary current
- 13:3213:32, 16 August 2025 diff hist +1,051 N Multiply Complex By Analog Value Created page with "Image:TArduinoComplexMultiplyByAnalog.png == Summary == Multiplies a complex input signal by a specified analog value. == Description == The **Multiply Complex By Analog Value** component scales a complex number by an analog constant defined in the **Value** property. The input complex signal received at the **In** pin is multiplied by this analog value, and the result is output at the **Out** pin. This is useful for adjusting the amplitude or scaling a complex..."
- 13:2813:28, 16 August 2025 diff hist +1,176 N Complex Toggle Demux Created page with "Image:TArduinoComplexToggleDemux.png == Summary == Routes a complex input signal to one of two outputs based on a boolean toggle. == Description == The **Complex Toggle Demux** component takes a complex input signal at its **In** pin and routes it to either the **True** or **False** output pin depending on the state of the **Select** pin. This allows conditional branching of a complex signal flow for flexible routing and processing. <b>Diagram:</b> Image:TArd..." current
- 13:2713:27, 16 August 2025 diff hist 0 N File:TArduinoComplexToggleDemux.Preview.png No edit summary current
- 13:1013:10, 16 August 2025 diff hist +1,432 N Complex Change Only Created page with "Image:TArduinoComplexChangeOnly.png == Summary == Outputs a complex signal only when the input changes beyond a defined threshold. == Description == The **Complex Change Only** component monitors the incoming complex signal at its **In** pin and compares it with the previously stored value. If the difference between the new and the stored value exceeds the specified **Threshold**, the new value is output at the **Out** pin. Additionally, the computed **Differen..." current
- 13:0913:09, 16 August 2025 diff hist 0 N File:TArduinoComplexChangeOnly.Preview.png No edit summary current
- 13:0613:06, 16 August 2025 diff hist +977 N Add Complex Value Created page with "Image:TArduinoComplexAdd.png == Summary == Adds a specified complex value to the incoming complex signal. == Description == The **Add Complex Value** component takes the complex number provided at its **In** pin and adds it to the constant complex number specified in the **Value** property. The sum is continuously output at the **Out** pin. This is useful for applying fixed complex offsets or shifts to incoming signals. <b>Diagram:</b> Image:TArduinoComplex..." current
- 13:0613:06, 16 August 2025 diff hist 0 N File:TArduinoComplexAdd.Preview.png No edit summary current
- 13:0213:02, 16 August 2025 diff hist +1,104 N Complex Toggle Switch Created page with "Image:TArduinoComplexToggleSwitch.png == Summary == Selects between two complex input signals based on a boolean toggle. == Description == The **Complex Toggle Switch** component allows switching between two complex inputs (**True** and **False**) depending on the state of the **Select** pin. When **Select** is `true`, the **True** input is passed to the **Out** pin; when `false`, the **False** input is passed instead. This is useful when routing or conditional..." current
- 13:0213:02, 16 August 2025 diff hist 0 N File:TArduinoComplexToggleSwitch.Preview.png No edit summary current
- 12:5912:59, 16 August 2025 diff hist +1,010 N Complex Snapshot Created page with "Image:TArduinoComplexSnapshot.png == Summary == Captures and holds a complex value on a snapshot trigger. == Description == The **Complex Snapshot** component stores the complex number present at its **In** pin when the **Snapshot** pin is triggered. The stored value is then held and continuously output through the **Out** pin until another snapshot event occurs. This is useful for “freezing” a complex signal at a specific point in time for later use or p..." current
- 12:5812:58, 16 August 2025 diff hist 0 N File:TArduinoComplexSnapshot.Preview.png No edit summary current
- 12:5612:56, 16 August 2025 diff hist +1,253 N Complex Array Replace Items At Index Created page with "Image:TArduinoComplexArrayReplaceItemsAtIndex.png == Summary == Replaces one or more items in a complex array at a specified index with new complex values. == Description == The **Complex Array Replace Items At Index** component allows you to overwrite array elements starting at the given **Index** position with new complex values defined in the **Value Elements** collection. The resulting modified array is continuously output through the **Out** pin. This is u..." current
- 12:5612:56, 16 August 2025 diff hist 0 N File:TArduinoComplexArrayReplaceItemsAtIndex.Preview.png No edit summary current
- 10:5010:50, 16 August 2025 diff hist +1,296 N Complex Array Insert Items Created page with "Image:TArduinoComplexArrayInsertItems.png == Summary == Inserts one or more complex values into a complex array at a specified index. == Description == The **Complex Array Insert Items** component allows you to add new complex values into an existing array at the given **Index** position. The values to be inserted are defined in the **Value Elements** collection. The updated array, with the new items included, is continuously output through the **Out** pin. T..." current
- 10:4910:49, 16 August 2025 diff hist 0 N File:TArduinoComplexArrayInsertItems.Preview.png No edit summary current
- 10:4610:46, 16 August 2025 diff hist +1,213 N Complex Array Delete Items Created page with "Image:TArduinoComplexArrayDeleteItems.png == Summary == Deletes a specified number of elements from a complex array starting at a given index. == Description == The **Complex Array Delete Items** component removes one or more elements from the input complex array, beginning at the specified **Index** position. The number of elements removed is controlled by the **Count** property. The resulting array, with the selected items deleted, is continuously output thro..." current
- 10:4610:46, 16 August 2025 diff hist 0 N File:TArduinoComplexArrayDeleteItems.Preview.png No edit summary current
- 10:4310:43, 16 August 2025 diff hist +1,330 N Complex Array Replace Created page with "Image:TArduinoComplexArrayReplace.png == Summary == Replaces matching elements in a complex array with new specified values. == Description == The **Complex Array Replace** component scans the input complex array for elements defined in the **From Value Elements** list and replaces them with corresponding values from the **To Value Elements** list. The modified array is then output through the **Out** pin. This is useful for substitution operations, remapping s..." current
- 10:4310:43, 16 August 2025 diff hist 0 N File:TArduinoComplexArrayReplace.Preview.png No edit summary current
- 10:3910:39, 16 August 2025 diff hist +1,550 N Remember Complex Array Created page with "Image:TArduinoRememberComplexArray.png == Summary == Stores and recalls complex array values using clock-controlled memory. == Description == The **Remember Complex Array** component acts like memory for complex arrays. It stores the array received at its **In** pin whenever the **Remember (Write)** pin is triggered, and it outputs the stored value when the **Recall (Read)** pin is triggered. The currently stored value is also continuously available at the **O..." current
- 10:3710:37, 16 August 2025 diff hist 0 N File:TArduinoRememberComplexArray.Preview.png No edit summary current