SignalWave
SignalWave is a Python library for creating and analyzing signal wave functions.
Installation
pip install signalwave
Usage
from signalwave import SignalWave
import numpy as np
wave = SignalWave([1, 2], [1, 0.5], [0, 0], [0, 0])
t = np.linspace(0, 10, 1000)
waveform = wave.generate_waveform(t)
Features
- Generate signal waveforms using multiple oscillators.
- Analyze wave characteristics.
- Perform Fourier analysis on generated signals.
- Create modulated signals.
Examples
- Basic Usage: Learn how to generate and visualize a signal wave.
example_basic.py - Fourier Analysis: Apply Fourier Transform to analyze the frequency content of a signal wave.
example_fourier.py - Modulation: Create an amplitude-modulated signal using a low-frequency wave.
example_modulation.py
Release files for signalwave 1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| signalwave-1.0.tar.gz | 2.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| signalwave-1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.3 kB
Release files / signalwave-1.0.tar.gz
| Download URL | signalwave-1.0.tar.gz |
|---|---|
| Size | 2.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
873128cb43d1226c039b029ef7e078c4e2a3ed63e1a572584d34695b4c89ef69
|
|
BLAKE2b-256 checksum How to use checksums |
6fbb874027d0fc6fcfc0d708da13033a3e3617ffbbeec621baf3ec25e8301e65
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.5
|
Release files / signalwave-1.0-py3-none-any.whl
| Download URL | signalwave-1.0-py3-none-any.whl |
|---|---|
| Size | 2.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d6d1e3231cbfd2dd1df4f21b23248efc24dc8ab8c227f58b52b028f1ba1a9c3e
|
|
BLAKE2b-256 checksum How to use checksums |
3c1e73bf210762f21ae6b05c4506b5683ff996bcff60a0d94c283f4a0487b1bb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.5
|