Skip to main content

A package for applying smoothing to frequency spectra

Project description

parzenpy

A python library that perform Parzen spectral smoothing using numpy vectorized operations very efficiently.

Background

A Parzen window also known as a Kernel Density Estimation function which was developed by Emanuel Parzen (see reference)

E. Parzen, “Mathematical Considerations in the Estimation of Spectra”, Technometrics, Vol. 3, No. 2 (May, 1961), pp. 167- 190.

is a non-parametric estimation method that can apply smoothing by fitting a 4th order spline window to frequency spectra. In this case we apply the function to smooth Fourier Amptlitude Spectra (FAS).

Installation

parzenpy is available using pip and can be installed with:

pip install parzenpy

Usage

A user can smooth a seismic signal using a the function apply_smoothing using a bandwidth of 1.5. Larger values will return greater smoothing

import parzenpy smooth_fas = parzenpy.apply_smooth(freq, fft, fc, b=1.5, windowed_flag=True)

Citation

Francisco-Javier Ornelas. (2024). fjornelas/parzenpy: latest(concept). Zenodo. (waiting on DOI)

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

parzenpy-1.0.0.tar.gz (15.5 kB view hashes)

Uploaded Source

Built Distribution

parzenpy-1.0.0-py3-none-any.whl (15.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page