Skip to main content

Auxiliar functions for my thesis

Project description

utils-tesis

GitHub Actions PyPI version License

utils-tesis is a Python package that provides a collection of auxiliary functions for various tasks commonly encountered in thesis and research projects. These functions are designed to streamline and simplify common operations, leveraging the power of the NumPy Stack, including NumPy, SciPy, Matplotlib, and Pandas.

Features

  • NumPy Stack Integration: Utilize the capabilities of NumPy, SciPy, Matplotlib, and Pandas seamlessly for efficient data manipulation, analysis, and visualization.

  • Convenience Functions: A set of convenience functions to perform common tasks encountered in thesis and research projects, including:

    • Loading Signals as Pandas DataFrames: Easily load and handle signals as Pandas DataFrames for efficient data manipulation.
    • Fault Detection using Harmonic Distortion: Detect and analyze faults in signals by examining harmonic distortion.
    • Signal Windowing: Apply windowing techniques to signals for better analysis and feature extraction.
    • Plotting: Streamlined functions for visualizing signals and analysis results using Matplotlib.
    • Fourier Transforms: Perform Fourier transforms on signals to analyze frequency components.
    • Superimposed Components Analysis: Identify and analyze superimposed components in signals.
  • Modular Design: Well-organized modules make it easy to find and use specific functionalities without unnecessary complexity.

Installation

Install the package using pip:

pip install utils-tesis

Usage Example

# test.py

# Import necessary modules from utils_tesis
import utils_tesis.integration as itg
from utils_tesis.signalload import CSV_pandas

# Create a dictionary to store signal information
signal_info = {}
signal_info["window_length"] = 64
signal_info["step"] = 4

# Instantiate a CSV_pandas object to load signals
signals = CSV_pandas()

# Retrieve the list of available signals
signals.relay_list()

# Assign signals to the signal_info dictionary
signal_info["signals"] = signals

# Specify the signal name for analysis
signal_info["signal_name"] = "I: X0023A-R1A"

# Perform integration using img_trip function from the itg module
t, trip = itg.img_trip(signal_info)

# Visualize the results using Matplotlib
import matplotlib.pyplot as plt

# Plot the integrated signal using stem plot
plt.stem(t, trip)
plt.title("Integrated Signal: " + signal_info["signal_name"])
plt.xlabel("Time")
plt.ylabel("Integrated Value")
plt.show()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

utils_tesis-0.1.1.tar.gz (59.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

utils_tesis-0.1.1-py3-none-any.whl (11.7 kB view details)

Uploaded Python 3

File details

Details for the file utils_tesis-0.1.1.tar.gz.

File metadata

  • Download URL: utils_tesis-0.1.1.tar.gz
  • Upload date:
  • Size: 59.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for utils_tesis-0.1.1.tar.gz
Algorithm Hash digest
SHA256 121b56cbcb8f6066f7fe39409a02b098bc3076e9378f8b292288dd18b2562586
MD5 a2e5fd617a361d8605c3073321c4514e
BLAKE2b-256 8af31a56555b34e80449646d6c9c9b4c8b91fd3ff149057fb722cc9822c5fdf8

See more details on using hashes here.

File details

Details for the file utils_tesis-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: utils_tesis-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 11.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for utils_tesis-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5c2092fdd0ca5e44a131d9c563e3efd4bc8a4998745893096123ccbc567bf02c
MD5 0d629f840bc1b0c3edae85b139294771
BLAKE2b-256 2e81cf04bf6c2ff54a9d0197eef5a52673ae7087235d9a3923f03adddf653345

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page