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.3.tar.gz (62.8 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.3-py3-none-any.whl (15.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: utils_tesis-0.1.3.tar.gz
  • Upload date:
  • Size: 62.8 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.3.tar.gz
Algorithm Hash digest
SHA256 9b639f13e08274f867f8bcabee602de0d1428ec494a22ae4c03ec14ee313669c
MD5 6e9aeecee7cca7221e9290036b28c8eb
BLAKE2b-256 9717fa3ef73ea1bb105f3e0090d92ec5ee3fc7df711c505858278f0bbcad8e94

See more details on using hashes here.

File details

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

File metadata

  • Download URL: utils_tesis-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 15.4 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 e00a09cd0ad3f434be903f819844bf95a687a89f2f3658f2e4ef1d4ffd1e0832
MD5 c7da093db88e536c1632264a1d7567e8
BLAKE2b-256 fa1512c38ce05b7ce87de1a90b4226603fdbd347c99d977180ad8ae5bc06b23a

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