Skip to main content

Basic Utilities for Solar Wind Turbulence

Project description

Power Spectral Density and Smoothing Analysis

This package provides tools for analyzing time-series data using spectral methods such as Fourier and wavelet transforms. It includes functionality for smoothing data, estimating the power spectral density (PSD) for 3D signals, and handling edge effects like the Cone of Influence (CoI) in wavelet analysis.

Features

  • Data Smoothing:

    • smooth: A wrapper function for logarithmic smoothing of data based on FFT frequency distributions.
    • smoothing_function: Core function for performing logarithmic window smoothing, optimized with numba.
  • Power Spectral Density Estimation:

    • TracePSD: Computes the PSD using the Fourier transform for 3D signals.
    • trace_PSD_wavelet: Estimates the PSD using the Continuous Wavelet Transform (CWT), with optional consideration of the Cone of Influence (CoI).

Installation

Clone this repository and install the dependencies using pip:

git clone https://github.com/your-repo/SWTurbPy.git
cd SWTurbPy
pip install .

Dependencies

  • numpy: For numerical operations and FFT computations.
  • pycwt: For wavelet analysis.
  • numba: For optimizing computationally intensive functions.

Usage

1. Logarithmic Data Smoothing

import numpy as np
from SWTurbPy import smooth

# Example data
x = np.fft.rfftfreq(1000, d=0.01)
y = np.random.random(len(x))

# Apply smoothing
xoutmean, yout = smooth(x, y, pad=10)

2. PSD Estimation with FFT

from SWTurbPy import TracePSD

# Example data
x = np.sin(np.linspace(0, 10, 1000))
y = np.cos(np.linspace(0, 10, 1000))
z = np.sin(np.linspace(0, 10, 1000)) * 0.5

dt = 0.01  # Sampling time
freqs, B_pow = TracePSD(x, y, z, dt, norm='forward')

3. PSD Estimation with Wavelet Transform

from SWTurbPy import trace_PSD_wavelet

# Example data
x = np.sin(np.linspace(0, 10, 1000))
y = np.cos(np.linspace(0, 10, 1000))
z = np.sin(np.linspace(0, 10, 1000)) * 0.5

dt = 0.01  # Sampling time
dj = 0.1   # Scale resolution

db_x, db_y, db_z, freqs, PSD, scales, coi = trace_PSD_wavelet(x, y, z, dt, dj, consider_coi=True)

Function Descriptions

smooth(x, y, pad, window=2)

Description: Smooths data using logarithmically spaced intervals. Useful for data with logarithmic frequency distributions.

Parameters:

  • x (numpy.ndarray): Input x-values (e.g., FFT frequencies).
  • y (numpy.ndarray): Input y-values to smooth.
  • pad (int): Controls the density of smoothing intervals.
  • window (int, optional): Size of the smoothing window in logarithmic space.

Returns:

  • xoutmean (numpy.ndarray): Smoothed x-values.
  • yout (numpy.ndarray): Smoothed y-values.

TracePSD(x, y, z, dt, norm=None)

Description: Estimates the PSD for 3D signals using the Fourier transform.

Parameters:

  • x, y, z (numpy.ndarray): Time series components of the signal.
  • dt (float): Sampling time.
  • norm (str, optional): FFT normalization mode ("forward", "ortho", or "backward").

Returns:

  • freqs (numpy.ndarray): Frequencies of the PSD.
  • B_pow (numpy.ndarray): Power spectral density.

trace_PSD_wavelet(x, y, z, dt, dj, consider_coi=True)

Description: Estimates the PSD using wavelet analysis for 3D signals, with optional handling of edge effects via the Cone of Influence (CoI).

Parameters:

  • x, y, z (array-like): Components of the signal.
  • dt (float): Sampling time.
  • dj (float): Scale resolution.
  • consider_coi (bool, optional): Whether to consider CoI in PSD estimation.

Returns:

  • db_x, db_y, db_z (array-like): Wavelet coefficients for each component.
  • freqs (array-like): Frequencies of the PSD.
  • PSD (array-like): Power spectral density.
  • scales (array-like): Wavelet scales.
  • coi (array-like): Cone of Influence.

Example Visualization

Visualize the results using matplotlib:

import matplotlib.pyplot as plt

# Plot FFT-based PSD
plt.loglog(freqs, B_pow)
plt.title('Power Spectral Density (FFT)')
plt.xlabel('Frequency')
plt.ylabel('PSD')
plt.grid()
plt.show()

# Plot Wavelet-based PSD
plt.loglog(freqs, PSD)
plt.title('Power Spectral Density (Wavelet)')
plt.xlabel('Frequency')
plt.ylabel('PSD')
plt.grid()
plt.show()

Contribution

Contributions are welcome! Please submit issues or pull requests to improve the code or documentation.

License

This project is licensed under the MIT License.

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

swturbpy-0.0.7.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

swturbpy-0.0.7-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

Details for the file swturbpy-0.0.7.tar.gz.

File metadata

  • Download URL: swturbpy-0.0.7.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.0

File hashes

Hashes for swturbpy-0.0.7.tar.gz
Algorithm Hash digest
SHA256 e5647c1f8c9e2a9af552401a659d3862accc5af35cd93a7c8a5540e8ddab9d7d
MD5 7dc5f99210762a83a8cbd13c0257b082
BLAKE2b-256 3baa2572a3d89efa4af5104e024667dd42b54cf51fbf4496ca1ed9326210e223

See more details on using hashes here.

File details

Details for the file swturbpy-0.0.7-py3-none-any.whl.

File metadata

  • Download URL: swturbpy-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 6.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.0

File hashes

Hashes for swturbpy-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 cc4615085efc2dd468b1845e6ae6d4b7eedd6c79a4225973147f4d63a119b824
MD5 45fa092d865c50673bf50770ad346108
BLAKE2b-256 1b6fc669f0d2e2913bc6cd033b3e182f789a51d25191991ba8545116fa37fbb4

See more details on using hashes here.

Supported by

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