Random Complex

From Visuino
Revision as of 08:48, 16 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoComplexRandom.png == Summary == Generates a random complex number within specified minimum and maximum ranges. == Description == The **Random Complex** component outputs a random complex number at its **Out** pin whenever triggered by the **Clock** input. The generated number is constrained between the specified **Min** and **Max** values for both the real and imaginary parts. This is useful for simulations, testing, and introducing randomized com...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoComplexRandom.png

Summary

Generates a random complex number within specified minimum and maximum ranges.

Description

The **Random Complex** component outputs a random complex number at its **Out** pin whenever triggered by the **Clock** input. The generated number is constrained between the specified **Min** and **Max** values for both the real and imaginary parts. This is useful for simulations, testing, and introducing randomized complex signals into a system.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Max – Maximum bounds for the generated complex number (Imaginary, Real).
  • Min – Minimum bounds for the generated complex number (Imaginary, Real).
  • Seed – Seed value for random number generation (optional for repeatability).

Pins

  • Clock – Triggers generation of a new random complex number.
  • Out – Outputs the generated random complex value.