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.1.0.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.1.0.tar.gz.
File metadata
- Download URL: PyEnvNoise-0.1.0.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 |
17fa0e9da81ffd4e7d7c44cd0581da1bee70730a707327572595984720e65f85
|
|
| MD5 |
770662fd8290922102c7837bc7012f23
|
|
| BLAKE2b-256 |
3df9d6f6198156d2c24474a1a04599aa48486e2f7880d9440ec1d1e2d019eb64
|
File details
Details for the file PyEnvNoise-0.1.0-py3-none-any.whl.
File metadata
- Download URL: PyEnvNoise-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.8 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 |
85384bcc7345d63e33c6c4ddb11af7e035cecb037fedc0aa8516b0abb008772a
|
|
| MD5 |
3b0bbbb056258c50568ecd7784c91fb9
|
|
| BLAKE2b-256 |
bc9e1e3e1a0cf0863af7d9ad852702d16ee8c424ab563737597a2d0bc7bae041
|