New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

22 August 2025

20 August 2025

19 August 2025

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>...")
  • 05:1505:15, 17 August 2025 Accumulate(Integral) Complex (hist | edit) [1,409 bytes] Visuino (talk | contribs) (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...")
  • 04:0904:09, 17 August 2025 Compare Complex Value (hist | edit) [1,313 bytes] Visuino (talk | contribs) (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...")
  • 02:2002:20, 17 August 2025 Divide Analog Value by Complex (hist | edit) [1,206 bytes] Visuino (talk | contribs) (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...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)