Welcome to the Multi-Port, Multi-Channel Signal Viewer project! This desktop application, developed using Python and Qt, is designed to help you visualize and analyze multiple medical signal types simultaneously. The application allows you to view various signals, such as ECG, EMG, EEG, and more, both in normal and abnormal conditions.
Signal.Viewer.Video.Demo.-.Made.with.Clipchamp.mp4
Monitoring vital signals in an ICU room is crucial. This application provides a user-friendly interface for viewing, analyzing, and manipulating medical signals. It supports various features to enhance the user experience and assist in understanding the signals.
-
Signal Selection: You can browse your PC to open signal files.
-
Dual Graphs: The application contains two main identical graphs, and each graph has its own set of controls. You can open different signals in each graph and run them independently or link both graphs to display the same time frames, signal speed, and viewport.
-
Cine Mode: Signals are displayed in cine mode, similar to ICU monitors. You can rewind a signal if it ends.
-
Signal Manipulation: The user can manipulate running signals through UI elements, including changing color, adding labels, showing/hiding, customizing cine speed, zooming in/out, pausing/playing/rewinding, and scrolling/panning the signal in any direction.
-
Signal Transfer: You can move signals from one graph to the other.
-
Boundary Conditions: The application enforces boundary conditions to prevent unrealistic manipulations, ensuring a user-friendly experience.
-
Exporting & Reporting: You can generate a report with snapshots of the graphs and data statistics on the displayed signals, exported to a PDF file. The report includes mean, standard deviation, duration, minimum, and maximum values for each signal.
Before using this application, ensure that you have the following prerequisites installed:
- Python (version 3.11.4)
- Qt (version 5.15.4)
- Clone this repository to your local machine:
git clone https://github.com/Youssef-Ashraf71/multi-signal-viewer.git
- Install the required Python packages:
pip install -r requirements.txt
- Run the app
python main.py
-
Open signal files by browsing your PC.
-
Explore and manipulate the signals using the provided controls.
-
Generate reports as needed.
Youssef Ashraf |
Mourad Magdy |
Ziad Meligy |
Mariam Ahmed |