New pages
Jump to navigation
Jump to search
22 August 2025
- 05:2905:29, 22 August 2025 Unsigned 64 bit To Text (hist | edit) [930 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoUnsigned64BitToText.png == Summary == Converts a 64-bit unsigned integer into a text representation. == Description == The **Unsigned 64-bit To Text** component transforms an incoming 64-bit unsigned integer into a text string. The numeric base for conversion can be set using the **Base** property (default is 10 for decimal representation). <b>Diagram:</b> Image:TArduinoUnsigned64BitToText.Preview.png == Categories == *Image...")
- 05:2605:26, 22 August 2025 64 bit Unsigned Multi Source (hist | edit) [1,047 bytes] Visuino (talk | contribs) (Created page with "Image:TArduino64BitUnsignedMultiSource.png == Summary == Duplicates a 64-bit unsigned input to multiple output pins. == Description == The **64-bit Unsigned Multi Source** component takes a single 64-bit unsigned input and distributes it to all available output pins. The number of outputs is controlled by the **Output Pins** property, allowing the same input to be sent to multiple components simultaneously. <b>Diagram:</b> Image:TArduino64BitUnsig...")
- 05:2305:23, 22 August 2025 64 bit Unsigned Toggle Demux (hist | edit) [1,257 bytes] Visuino (talk | contribs) (Created page with "Image:TArduino64BitUnsignedToggleDemux.png == Summary == Routes a 64-bit unsigned input to one of two outputs based on a boolean control signal. == Description == The **64-bit Unsigned Toggle Demux** component takes a single 64-bit unsigned input and directs it to either the **True** or **False** output depending on the state of the **Select** pin. The **Initial Select Value** property determines which output is active at startup, providing conditional ro...")
- 05:2005:20, 22 August 2025 64 bit Unsigned Demux(Multiple Output channel Switch) (hist | edit) [1,301 bytes] Visuino (talk | contribs) (Created page with "Image:TArduino64BitUnsignedDemux.png == Summary == Routes a 64-bit unsigned input to one of multiple outputs based on an integer control signal. == Description == The **64-bit Unsigned Demux (Multiple Output Channel Switch)** component takes a single 64-bit unsigned input and directs it to one of several outputs, depending on the value of the **Select** pin. The number of output pins is defined by the **Output Pins** property, while the **Initial Channel*...")
- 05:0205:02, 22 August 2025 Unsigned Toggle Demux (hist | edit) [1,208 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedToggleDemux.png == Summary == Routes an unsigned input to one of two outputs based on a boolean control signal. == Description == The **Unsigned Toggle Demux** component takes a single unsigned input and directs it to either the **True** or **False** output depending on the state of the **Select** pin. The **Initial Select Value** property defines which output is active at startup, making it useful for conditional routing of numeric...")
- 04:5904:59, 22 August 2025 Unsigned Demux(Multiple Output channel Switch) (hist | edit) [1,264 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedDemux.png == Summary == Routes an unsigned input value to one of multiple outputs based on a control signal. == Description == The **Unsigned Demux (Multiple Output Channel Switch)** component takes a single unsigned input and directs it to one of several outputs. The active output is determined by the value of the **Select** pin, while the **Initial Channel** property sets the default output at startup. The number of output pins i...")
- 04:5604:56, 22 August 2025 Digitals To Unsigned(Binary Encoder) (hist | edit) [1,234 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoDigitalsToUnsigned.png == Summary == Encodes multiple digital inputs into a single unsigned integer value. == Description == The **Digitals To Unsigned (Binary Encoder)** component reads several digital inputs and combines them into a single unsigned integer output. Each digital input represents a bit in the resulting value, where the first input corresponds to the least significant bit (LSB). The number of inputs is set by the **Input Pin...")
- 04:3904:39, 22 August 2025 Repeat Unsigned Array (hist | edit) [1,094 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRepeatUnsignedArray.png == Summary == Repeats an incoming unsigned array a specified number of times. == Description == The **Repeat Unsigned Array** component takes an input unsigned array and produces an output where the array is repeated multiple times in sequence. The number of repetitions is defined by the **Count** property, and the component can be enabled or disabled using the **Enabled** property. <b>Diagram:</b> Image:TArdu...")
- 04:3704:37, 22 August 2025 Unsigned Array Demux(Multiple Output channel Switch) (hist | edit) [1,302 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedArrayDemux.png == Summary == Routes an unsigned array input to one of multiple outputs based on an integer control signal. == Description == The **Unsigned Array Demux (Multiple Output Channel Switch)** component takes a single unsigned array input and directs it to one of several outputs, depending on the integer value at the **Select** pin. The number of output pins is set by the **Output Pins** property, while the **Initial Channe...")
- 04:3404:34, 22 August 2025 Unsigned Array Toggle Demux (hist | edit) [1,190 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedArrayToggleDemux.png == Summary == Routes an unsigned array input to one of two outputs based on a boolean control signal. == Description == The **Unsigned Array Toggle Demux** component takes a single unsigned array input and directs it to either the **True** or **False** output depending on the value of the **Select** pin. The **Initial Select Value** property determines the default routing state at startup. <b>Diagram:</b> [...")
- 04:3204:32, 22 August 2025 Unsigned Array Toggle Switch (hist | edit) [1,329 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedArrayToggleSwitch.png == Summary == Selects between two unsigned array inputs based on a boolean control signal. == Description == The **Unsigned Array Toggle Switch** component acts as a binary selector for unsigned arrays. When the **Select** pin is `True`, the input connected to the **True** pin is routed to the output. When the **Select** pin is `False`, the input connected to the **False** pin is routed instead. The **Initia...")
- 04:2904:29, 22 August 2025 Unsigned Array On/Off Switch (hist | edit) [1,284 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedArrayOnOffSwitch.png == Summary == Controls the flow of an unsigned array input using an enable signal. == Description == The **Unsigned Array On/Off Switch** component passes an unsigned array input to the output only when enabled. It includes options to ignore repeated values, set the initial enabled state, and automatically send the array when the component is enabled. <b>Diagram:</b> Image:TArduinoUnsignedArrayOnOffSwitch...")
- 04:2604:26, 22 August 2025 Unsigned Array Mux(Multi channel Switch) (hist | edit) [1,222 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedArrayMux.png == Summary == Selects one of multiple unsigned array inputs and routes it to a single output channel. == Description == The **Unsigned Array Mux (Multi Channel Switch)** component takes multiple unsigned array inputs and outputs the one selected by the **Select** pin. The number of inputs is set by the **Input Pins** property, while the **Initial Channel** property defines the default active input. <b>Diagram:</b>...")
20 August 2025
- 23:4623:46, 20 August 2025 Unsigned Array Multi Source (hist | edit) [1,053 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedArrayMultiSource.png == Summary == Duplicates an unsigned array input to multiple output pins. == Description == The **Unsigned Array Multi Source** component takes a single unsigned array input and distributes (copies) it to all available output pins. The number of outputs is controlled by the **Output Pins** property, making it useful for sending the same array to multiple components simultaneously. <b>Diagram:</b> Image:TA...")
- 23:4423:44, 20 August 2025 Unsigned Array Change Only (hist | edit) [983 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedArrayChangeOnly.png == Summary == Outputs an unsigned array only when its value changes. == Description == The **Unsigned Array Change Only** component monitors an incoming unsigned array and passes it to the output only when the array has changed compared to the previous value. This helps reduce unnecessary processing and data transmission by ignoring unchanged values. <b>Diagram:</b> Image:TArduinoUnsignedArrayChangeOnly.Pr...")
- 23:3923:39, 20 August 2025 Integer Demux(Multiple Output channel Switch) (hist | edit) [1,254 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoIntegerDemux.png == Summary == Routes an integer input to one of multiple output channels based on an integer selection input. == Description == The **Integer Demux (Multiple Output Channel Switch)** component takes an integer input and directs it to the output channel specified by the **Select** pin. The number of outputs is defined by the **Output Pins** property, and the **Initial Channel** property sets the default active output. <b>D...")
- 23:3323:33, 20 August 2025 Char Demux(Multiple Output channel Switch) (hist | edit) [1,248 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoCharDemux.png == Summary == Routes a character input to one of multiple output channels based on an integer selection input. == Description == The **Char Demux (Multiple Output Channel Switch)** component takes a character input and directs it to the output channel specified by the **Select** pin. The number of outputs is defined by the **Output Pins** property, and the **Initial Channel** property sets the default active output. <b>Diagr...")
- 02:0702:07, 20 August 2025 Unsigned To Unsigned Array (hist | edit) [1,108 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedToUnsignedArray.png == Summary == Combines multiple unsigned inputs into a single unsigned array. == Description == The **Unsigned To Unsigned Array** component collects values from multiple unsigned input pins and outputs them as an array. The number of input pins is determined by the **Input Pins** property, and a clock input triggers the array output. <b>Diagram:</b> Image:TArduinoUnsignedToUnsignedArray.Preview.png =...")
- 02:0202:02, 20 August 2025 Text Demux(Multiple Output channel Switch) (hist | edit) [1,178 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoTextDemux.png == Summary == Routes a text input to one of multiple output channels based on an unsigned selection input. == Description == The **Text Demux (Multiple Output Channel Switch)** component takes a text input and directs it to the output channel specified by the **Select** pin. The number of outputs is defined by the **Output Pins** property, and the **Initial Channel** property sets the default active output. <b>Diagram:</b>...")
- 01:5601:56, 20 August 2025 Step/Iterate Unsigned Array Items (hist | edit) [1,195 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoStepIterateUnsignedArrayItems.png == Summary == Iterates through the elements of an unsigned array one at a time. == Description == The **Step/Iterate Unsigned Array Items** component steps through the items of an incoming unsigned array sequentially. Each step outputs the current element along with its index and the total count of items. If the array is empty, the **Empty** clock output is triggered. <b>Diagram:</b> Image:TArduinoSt...")
- 01:5301:53, 20 August 2025 Get Unsigned Array Item At Index (hist | edit) [1,315 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoGetUnsignedArrayItemAtIndex.png == Summary == Retrieves an unsigned array element at a specified index. == Description == The **Get Unsigned Array Item At Index** component outputs the value of an unsigned array element at the position specified by the **Index** property. If the index is invalid, the component can trigger the **Out Of Range** clock output. The **Empty** clock output activates when the array is empty. <b>Diagram:</b> ...")
- 01:5001:50, 20 August 2025 Unsigned Array Delete Items (hist | edit) [1,179 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedArrayDeleteItems.png == Summary == Removes a specified number of items from an unsigned array starting at a given index. == Description == The **Unsigned Array Delete Items** component takes an input unsigned array and deletes items from it, beginning at the position defined by the **Index** property. The number of items to remove is defined by the **Count** property. The resulting array is available at the **Out** pin. <b>Diagram...")
- 01:4501:45, 20 August 2025 Unsigned Array Snapshot (hist | edit) [998 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedArraySnapshot.png == Summary == Captures the current unsigned input value into an array snapshot. == Description == The **Unsigned Array Snapshot** component stores incoming unsigned values into an internal array, creating a snapshot of the data. The array can be reset using the **Reset** pin, and the contents can be output through the **Out** pin. <b>Diagram:</b> Image:TArduinoUnsignedArraySnapshot.Preview.png == Catego...")
- 01:4201:42, 20 August 2025 Min Limit Unsigned (hist | edit) [986 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMinLimitUnsigned.png == Summary == Limits an unsigned input signal to a specified minimum value. == Description == The **Min Limit Unsigned** component passes the input signal through but clamps it to the minimum defined by the **Value** property. This ensures the output never falls below the specified minimum limit. <b>Diagram:</b> Image:TArduinoMinLimitUnsigned.Preview.png == Categories == *Image:TArduinoSignalCategory.png...")
- 01:4001:40, 20 August 2025 Max Limit Unsigned (hist | edit) [985 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMaxLimitUnsigned.png == Summary == Limits an unsigned input signal to a specified maximum value. == Description == The **Max Limit Unsigned** component passes the input signal through but clamps it to the maximum defined by the **Value** property. This ensures the output never exceeds the specified maximum limit. <b>Diagram:</b> Image:TArduinoMaxLimitUnsigned.Preview.png == Categories == *Image:TArduinoSignalCategory.png [...")
- 01:3801:38, 20 August 2025 Min Unsigned Value (hist | edit) [1,013 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMinUnsignedValue.png == Summary == Outputs the minimum value observed from an unsigned input signal. == Description == The **Min Unsigned Value** component monitors an input signal and outputs the lowest value seen since the last reset. The minimum value can be reset using the **Reset** pin, allowing the measurement to start over. <b>Diagram:</b> Image:TArduinoMinUnsignedValue.Preview.png == Categories == *Image:TArduinoSign...")
19 August 2025
- 07:0307:03, 19 August 2025 Max Unsigned Value (hist | edit) [1,011 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMaxUnsignedValue.png == Summary == Outputs the maximum value observed from an unsigned input signal. == Description == The **Max Unsigned Value** component monitors an input signal and outputs the highest value seen since the last reset. The maximum value can be reset using the **Reset** pin, allowing the measurement to start over. <b>Diagram:</b> Image:TArduinoMaxUnsignedValue.Preview.png == Categories == *Image:TArduinoSig...")
- 07:0007:00, 19 August 2025 Accumulate(Integral) Unsigned (hist | edit) [1,102 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoAccumulateUnsigned.png == Summary == Calculates the running integral of an unsigned input signal. == Description == The **Accumulate (Integral) Unsigned** component continuously sums the input signal over time, producing an accumulated output. The accumulation can be reset using the **Reset** pin, and the starting value is defined by the **Initial Value** property. <b>Diagram:</b> Image:TArduinoAccumulateUnsigned.Preview.png ==...")
- 06:5806:58, 19 August 2025 Limit Unsigned between Min and Max (hist | edit) [1,081 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoLimitUnsigned.png == Summary == Constrains an unsigned input value to stay within a specified minimum and maximum range. == Description == The **Limit Unsigned between Min and Max** component ensures that the input signal does not exceed the **Max** value or fall below the **Min** value. It is useful for clamping signals to a safe or expected range in numeric and signal processing applications. <b>Diagram:</b> Image:TArduinoLimitUnsi...")
- 06:5406:54, 19 August 2025 Unsigned Change Only (hist | edit) [1,181 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedChangeOnly.png == Summary == Outputs changes in an unsigned input signal that exceed a specified threshold. == Description == The **Unsigned Change Only** component monitors an input signal and outputs only the changes that exceed the **Threshold** value. It is useful for filtering small fluctuations and detecting significant changes in the input signal. <b>Diagram:</b> Image:TArduinoUnsignedChangeOnly.Preview.png == Cat...")
- 06:4906:49, 19 August 2025 Unsigned Multi Source (hist | edit) [991 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedMultiSource.png == Summary == Distributes a single unsigned input value to multiple output pins. == Description == The **Unsigned Multi Source** component takes one input signal and copies it to all output pins. The number of output pins is defined by the **Output Pins** property, allowing the input to be replicated to multiple destinations. <b>Diagram:</b> Image:TArduinoUnsignedMultiSource.Preview.png == Categories ==...")
- 06:2706:27, 19 August 2025 Inverse Analog Fast Fourier (IFFT) (hist | edit) [1,089 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoInverseAnalogFFT.png == Summary == Converts a frequency-domain analog signal into a time-domain signal using the inverse Fast Fourier Transform (IFFT). == Description == The Inverse Analog Fast Fourier (IFFT) component reconstructs the original time-domain analog signal from its frequency-domain representation. It is useful for signal processing tasks where frequency-domain analog data needs to be converted back into the time domain. <b>Diagram:</b>...")
- 06:2506:25, 19 August 2025 Inverse Complex Fast Fourier (IFFT) (hist | edit) [1,049 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoInverseIFFT.png == Summary == Converts a frequency-domain signal into a time-domain signal using the inverse Fast Fourier Transform (IFFT). == Description == The Inverse Complex Fast Fourier (IFFT) component reconstructs the original time-domain signal from its complex frequency components. This is useful for signal processing tasks where a frequency-domain signal needs to be converted back to time-domain. <b>Diagram:</b> Image:TArduinoInverseIFFT...")
- 06:1706:17, 19 August 2025 Forward Fast Fourier (FFT) (hist | edit) [1,493 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoFFTForward.png == Summary == Performs a forward Fast Fourier Transform (FFT) on a complex input signal and outputs the frequency domain representation. == Description == The **Forward Fast Fourier (FFT)** component computes the frequency spectrum of an incoming complex signal using FFT. It processes blocks of samples (size determined by the **Order** property) and outputs both the transformed complex data and related frequency values. The componen...")
- 06:0706:07, 19 August 2025 Complex Array To Text (hist | edit) [1,851 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoComplexArrayToText.png == Summary == Converts a complex array into a formatted text string with customizable separators and formatting. == Description == The **Complex Array To Text** component transforms an incoming complex array into a text string. Each element of the array is converted into its textual representation, formatted according to the specified **Digits** and surrounded with optional **Begin Text**, **Element Prefix**, **Separator Text*...")
- 06:0206:02, 19 August 2025 Square Complex Generator (hist | edit) [2,235 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoSquareComplexGenerator.png == Summary == Generates a complex-valued square waveform with configurable amplitude, frequency, offset, and phase. == Description == The **Square Complex Generator** produces a periodic square waveform represented as a complex number output. The signal is controlled by its **Amplitude**, **Frequency**, **Offset**, and **Phase** properties. It supports **Elements**, allowing you to add **Reached Phase** triggers that ac...")
- 05:5905:59, 19 August 2025 Sine Complex Generator (hist | edit) [2,196 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoSineComplexGenerator.png == Summary == Generates a complex-valued sine waveform with configurable amplitude, frequency, offset, and phase. == Description == The **Sine Complex Generator** produces a periodic sine waveform represented as a complex number output. The signal is defined by its **Amplitude**, **Frequency**, **Offset**, and **Phase** properties. The generator also supports **Elements** that can trigger actions at specific phases of the...")
- 04:5704:57, 19 August 2025 Triangle Complex Generator (hist | edit) [2,282 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoTriangleComplexGenerator.png == Summary == Generates a complex-valued triangle waveform with configurable amplitude, frequency, offset, and asymmetry. == Description == The **Triangle Complex Generator** produces a periodic triangle waveform as a complex number output. The signal is defined by its **Amplitude**, **Frequency**, **Offset**, and **Asymmetry** properties. The generator also supports **Elements** that can trigger actions at specific p...")
- 04:4604:46, 19 August 2025 Complex Value (hist | edit) [2,029 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoComplexValue.png == Summary == Generates or sets a complex value using configurable element actions. == Description == The **Complex Value** component produces a complex number signal, which can be updated either by the default **Value** (triggered via the **Clock** pin) or by custom **Elements**. Each element provides its own pins (clock or boolean) and defines how the complex value is set: * **Set Value** – Sets the value directly when its **Cl...")
17 August 2025
- 12:1312:13, 17 August 2025 Complex Array To Complex (hist | edit) [1,066 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoComplexArrayToComplex.png == Summary == Splits a complex array into individual complex outputs. == Description == The **Complex Array To Complex** component takes a complex array input and provides its elements as separate complex outputs. The number of outputs is defined by the **Output Pins** property. This is useful for breaking down array data into individual complex signals for processing or routing. <b>Diagram:</b> Image:TArduinoComple...")
- 12:0612:06, 17 August 2025 Complex Array Value (hist | edit) [1,309 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoComplexArrayValue.png == Summary == Provides a predefined complex array value as output. == Description == The **Complex Array Value** component stores a predefined array of complex numbers, configurable through its **Value Elements** and **Elements** properties. You can add items by clicking the **3 dots** button to open the elements window, where you can insert **Set Value** or **Set Value State** elements. The resulting array is continuously ou...")
- 11:5911:59, 17 August 2025 Analog To Complex (hist | edit) [1,046 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoAnalogToComplex.png == Summary == Converts two analog input values (Real and Imaginary) into a single complex output. == Description == The **Analog To Complex** component combines two analog values provided at its **Real** and **Imaginary** input pins into a single complex number. This is useful when constructing complex signals from independent real and imaginary analog sources. <b>Diagram:</b> Image:TArduinoAnalogToComplex.Preview.png...")
- 11:5611:56, 17 August 2025 Complex Mux(Multi channel Switch) (hist | edit) [1,147 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoComplexMux.png == Summary == Selects one of multiple complex input signals based on an integer channel index. == Description == The **Complex Mux (Multi Channel Switch)** component allows routing of multiple complex input signals into a single output. The active channel is determined by the value received at the **Select** pin. This is useful for multiplexing multiple complex sources into one processing or output path. <b>Diagram:</b> Imag...")
- 11:5311:53, 17 August 2025 Complex On/Off Switch (hist | edit) [1,225 bytes] Visuino (talk | contribs) (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...")
- 11:2611:26, 17 August 2025 Complex To Analog (hist | edit) [1,022 bytes] Visuino (talk | contribs) (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...")
- 11:2111:21, 17 August 2025 Complex Demux(Multiple Output channel Switch) (hist | edit) [1,287 bytes] Visuino (talk | contribs) (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...")
- 06:0506:05, 17 August 2025 Complex Array (hist | edit) [1,321 bytes] Visuino (talk | contribs) (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...")
- 05:5905:59, 17 August 2025 Add Complex (hist | edit) [1,127 bytes] Visuino (talk | contribs) (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...")
- 05:2505:25, 17 August 2025 Subtract From Complex Value (hist | edit) [1,103 bytes] Visuino (talk | contribs) (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...")
- 05:1805:18, 17 August 2025 Complex Array Change Only (hist | edit) [956 bytes] Visuino (talk | contribs) (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>...")