Metadata-Version: 2.4
Name: signal_ICT_DevarshBhatt_92400133073
Version: 2.0.0
Summary: Python package for signal generation and operations
Author: DEVARSH BHATT
Author-email: devarsh.bhatt128171@marwadiuniversity.ac.in
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Signal Processing Package â€“ Devarsh Bhatt (92400133073)

This Python package provides basic signal processing operations and generation of common signals (unit step, ramp, trigonometric signals, etc.).  
It was developed as part of the ICT Lab project.

---

## ðŸ“¦ Package Modules
- *unitary_signals.py* â†’ Contains functions for unit step, ramp, impulse signals.
- *trigonometric_signals.py* â†’ Functions to generate sine and cosine signals.
- *operations.py* â†’ Functions for operations like time shift, time scaling, amplitude scaling, etc.
- *_init_.py* â†’ Makes the package importable.

---

## âš™ Installation

### 1. From Wheel (local)
After building, a .whl file will be present in the dist/ folder.  
To install locally:

```bash
pip install dist/signal_ICT_DevarshBhatt_92400133073-0.1.0-py3-none-any.whl
