This project is part of a 30-day series of Integrating Ai and Machine learning with Electrical and Electronics Concepts or Systems
This is Day 01 of my 30-Day Challenge implementing AI and Software concepts within Electrical and Electronics Engineering.
Today's project focuses on Data Acquisition Simulation. In real-world electrical systems, monitoring voltage fluctuations is critical for equipment safety. This Python tool allows users to simulate specific voltage ranges and visualize the telemetry data instantly.
- Dynamic User Input: Define custom voltage ranges (e.g., 20V to 500V).
- Real-time Simulation: Generates 50 data points using
random.uniformto simulate sensor noise. - Professional Visualization: Uses
matplotlibto plot data with grids and markers for engineering accuracy.
- Language: Python 3.x
- Libraries: Matplotlib, Random
Install dependencies:
Bash : pip install matplotlib
Run the script:
Bash python main.py