A package for environmental noise analysis
Project description
Environmental noise analysis in Python
The library contains:
utils.*: comprehensive sets of functions for pre- and post-signal processing
install
Install latest version:
pip install pyenvnoise
Latest development version from git:
pip install poetry # if not already installed
pip install git+https://github.com/econforge/interpolation.py.git/
Read *.pti files
A fastest method to read acoustic files with *.pti extension
import pyenvnoise
from pyenvnoise.utils import ptiread
# read .pti files
# output:
# signal: array(lengh samples, numbers of channels)
# fs: sampling frequency
# t: time of files
# d: date of file
signal, fs, t, d = ptiread('Recording-1.1.pti')
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
PyEnvNoise-0.0.1.tar.gz
(4.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file PyEnvNoise-0.0.1.tar.gz.
File metadata
- Download URL: PyEnvNoise-0.0.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f3f68ebc82b162bcaaa83aa3cc8f35db499dc0db2b4a1859cd3ba6ade6e8544
|
|
| MD5 |
664bf253642b5301a8c88184d776ab55
|
|
| BLAKE2b-256 |
c3403f621a0ed727ea4a70b84457a1faab0457cbc48c68455a217032c214aa54
|
File details
Details for the file PyEnvNoise-0.0.1-py3-none-any.whl.
File metadata
- Download URL: PyEnvNoise-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5218430041270ded72754c923f3f8dbda7820388fd3edf8b6d4df8e15ccfea8
|
|
| MD5 |
1f17684af96f69d176c3909219e02256
|
|
| BLAKE2b-256 |
f89c0bd26ed95c3e8b2ddba5c4674fe5e0b33ed65c4d545b4eb66a37bd959f04
|