New pages
Jump to navigation
Jump to search
22 August 2025
- 08:3508:35, 22 August 2025 Max Unsigned 64 bit Value (hist | edit) [1,055 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMaxUnsigned64BitValue.png == Summary == Outputs the maximum 64-bit unsigned value received on the input. == Description == The **Max Unsigned 64-bit Value** component monitors incoming 64-bit unsigned values and retains the highest value received. The **Reset** input clears the stored maximum, allowing the component to start tracking anew. The component can be enabled or disabled using the **Enabled** property. <b>Diagram:</b> Imag...")
- 07:0107:01, 22 August 2025 Limit Unsigned 64 bit between Min and Max (hist | edit) [1,161 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoLimitUnsigned64Bit.png == Summary == Constrains a 64-bit unsigned input value within specified minimum and maximum limits. == Description == The **Limit Unsigned 64-bit between Min and Max** component ensures that an incoming 64-bit unsigned value stays within the defined range. Values below **Min** are raised to **Min**, and values above **Max** are lowered to **Max**. The component can be enabled or disabled using the **Enabled** propert...")
- 06:3806:38, 22 August 2025 64 bit Unsigned Mux(Multi channel Switch) (hist | edit) [1,225 bytes] Visuino (talk | contribs) (Created page with "Image:TArduino64BitUnsignedMux.png == Summary == Selects one of multiple 64-bit unsigned inputs and routes it to a single output. == Description == The **64-bit Unsigned Mux (Multi Channel Switch)** component takes multiple 64-bit unsigned inputs and outputs the one selected by the **Select** pin. The number of input pins is determined by the **Input Pins** property, and the **Initial Channel** property sets the default active input at startup. <b>Diag...")
- 06:3706:37, 22 August 2025 64 bit Unsigned On/Off Switch (hist | edit) [1,344 bytes] Visuino (talk | contribs) (Created page with "Image:TArduino64BitUnsignedOnOffSwitch.png == Summary == Controls the flow of a 64-bit unsigned input using an enable signal. == Description == The **64-bit Unsigned On/Off Switch** component acts as a gate for a 64-bit unsigned input. When enabled, the input is passed through to the output; when disabled, the output is blocked. The component includes options to ignore repeated values, set the initial enabled state, and send the input automatically when...")
- 06:2306:23, 22 August 2025 64 bit Unsigned Toggle Switch (hist | edit) [1,294 bytes] Visuino (talk | contribs) (Created page with "Image:TArduino64BitUnsignedToggleSwitch.png == Summary == Selects between two 64-bit unsigned inputs based on a boolean control signal. == Description == The **64-bit Unsigned Toggle Switch** component routes one of two 64-bit unsigned inputs to the output depending on the **Select** pin. When **Select** is true, the **True** input is passed to the output; when false, the **False** input is passed. The **Initial Select Value** property sets the default...")
- 06:1706:17, 22 August 2025 Add Unsigned 64 bit (hist | edit) [1,073 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoAddUnsigned64Bit.png == Summary == Adds multiple 64-bit unsigned inputs and outputs the result. == Description == The **Add Unsigned 64-bit** component takes two or more 64-bit unsigned inputs and calculates their sum. The number of inputs is determined by the **Input Pins** property (default is 2). A **Clock** input triggers the addition operation, and the result is sent to the output. <b>Diagram:</b> Image:TArduinoAddUnsigned64Bi...")
- 06:1406:14, 22 August 2025 Multiply Unsigned 64 bit (hist | edit) [1,116 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMultiplyUnsigned64Bit.png == Summary == Multiplies multiple 64-bit unsigned inputs and outputs the result. == Description == The **Multiply Unsigned 64-bit** component takes two or more 64-bit unsigned inputs and calculates their product. The number of inputs is determined by the **Input Pins** property (default is 2). A **Clock** input triggers the multiplication operation, and the result is sent to the output. <b>Diagram:</b> Ima...")
- 06:0706:07, 22 August 2025 Unsigned 64 bit Value (hist | edit) [1,165 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoUnsigned64BitValue.png == Summary == Represents a 64-bit unsigned value that can be set or modified using configurable elements. == Description == The **Unsigned 64-bit Value** component holds a 64-bit unsigned number. You can set a default value that is output when the **Clock** pin is triggered. Additional **Elements** (click the 3-dots button) like **Set Value State**, **Add Value**, and **Set Value** have their own input pins for progr...")
- 06:0106:01, 22 August 2025 Unsigned 64 bit Schmitt Trigger (Hysteresis) (hist | edit) [1,887 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoUnsigned64BitSchmittTrigger.png == Summary == {{:Summaries:Summary Unsigned 64-bit Schmitt Trigger (Hysteresis)}} == Description == Use this Schmitt Trigger component to compare with hysteresis a 64-bit unsigned signal with a given **Value**. The Schmitt Trigger component emits **True** when the input rises above the **High Threshold** and returns to **False** only when it falls below the **Low Threshold**. The **Inverted** property can rev...")
- 05:5605:56, 22 August 2025 Compare Unsigned 64 bit Value (hist | edit) [1,374 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoCompareUnsigned64BitValue.png == Summary == Compares a 64-bit unsigned input with a specified value using a selected comparison type. == Description == The **Compare Unsigned 64-bit Value** component evaluates an incoming 64-bit unsigned input against the configured **Value** property. The **Compare Type** property defines the type of comparison: equal, not equal, greater, smaller, greater or equal, or smaller or equal. The component outpu...")
- 05:5205:52, 22 August 2025 Compare Unsigned 64 bit Range (hist | edit) [1,441 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoCompareUnsigned64BitRange.png == Summary == Checks if a 64-bit unsigned input is within a specified range. == Description == The **Compare Unsigned 64-bit Range** component evaluates whether an incoming 64-bit unsigned value falls within the defined **Min** and **Max** range. The **Include Limits** property determines whether the boundary values are considered inside the range. The **Is Outside Range** property inverts the output logic, tr...")
- 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...")