Random Complex
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
- File:TArduinoComplexCategory.png Category Complex – Complex number generation and operations.
- File:TArduinoMathCategory.png Category Math – Random number generation and numeric operations.
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.