https://github.com/upb-lea/pysignalscope
Processing and comparison of time domain data similar to oscilloscopes in electronics.
https://github.com/upb-lea/pysignalscope
electrical-engineering electronics power-electronics scope
Last synced: about 1 year ago
JSON representation
Processing and comparison of time domain data similar to oscilloscopes in electronics.
- Host: GitHub
- URL: https://github.com/upb-lea/pysignalscope
- Owner: upb-lea
- Created: 2023-12-22T11:38:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T07:53:06.000Z (over 1 year ago)
- Last Synced: 2025-04-08T14:45:50.391Z (over 1 year ago)
- Topics: electrical-engineering, electronics, power-electronics, scope
- Language: Python
- Homepage: https://upb-lea.github.io/pySignalScope/
- Size: 11.7 MB
- Stars: 16
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Scope toolbox for documentation purposes and comparisons
========================================================
Processing and comparison of time domain data similar to oscilloscopes in electronics. Typically used for technical comparisons in
* Bachelor / Master / Ph.D. theses,
* Scientific papers,
* Technical manuals, and
* Measurement reports.
Overview
--------
Bring measurements from the oscilloscope and the circuit simulator into a standardized format. Edit the signals by shifting them in time (different zero points) or define the zero point for measuring equipment that can only record AC. Calculate the FFT or important values such as RMS, mean etc. Bring the originally different input formats into common plots to make comparisons easy.
.. image:: docs/source/figures/introduction.png
Getting started
---------------
Install this repository into your virtual environment (venv) or jupyter notebook:
::
pip install pysignalscope
Use the toolbox in your python program:
::
import pysignalscope as pss
...
Examples
--------
Have a look at the `example `__, to see what you can do with this toolbox.
Documentation
---------------------------------------
Find the documentation `here `__.
Bug Reports
-----------
Please use the issues report button within GitHub to report bugs.
Changelog
---------
Find the changelog `here `__.