Acoustic features
The module features
is an ensemble of functions to characterize audio signals using temporal and spectral features, and ecoacoustic indices.
Spectro-temporal features
|
Computes time-frequency shape coefficients at multiple resolutions using 2D Gabor filters. |
|
Computes raw shape of 2D signal (image or spectrogram) at multiple resolutions using 2D Gabor filters. |
|
Set parameters for multiresolution analysis using presets or custom parameters. |
|
Computes 2D wavelet coefficients at multiple scales using Gaussian pyramid transformation to downscale the input spectrogram. |
|
Build an ensemble of complex 2D Gabor filters with no DC offset. |
|
Computes intensity centroid of a spectrogram. |
|
Computes shape and central frequency features from signal at specified time-frequency limits defined by regions of interest (ROIs). |
Alpha acoustic indices
|
Computes the median of the envelope of an audio signal. |
|
Computes the entropy of the envelope of an audio signal. |
|
Compute the acoustic richness index of an audio file. |
|
Compute the acoustic activity index in temporal domain. |
|
Compute the acoustic event index from an audio signal [R6d576de36602-1] [R6d576de36602-2]. |
Compute the Acoustic Complexity Index (ACI) from a spectrogram [R669a90ddf753-1]. |
|
|
Computes the spectral entropy of a power spectral density (1d) or power spectrogram density (2d). |
|
Count the number of frequency peaks on a mean spectrum. |
|
Compute different entropies based on the average spectrum, its variance, and its maxima [R1479941c7526-1] [R1479941c7526-2] |
|
Compute the acoustic activity on a spectrogram. |
|
Compute acoustic events from a spectrogram [Rf0ffa84335f9-1] [Rf0ffa84335f9-2]. |
|
Compute the proportion (cover) of the spectrogram above a threshold for three bandwidths : low frequency band (LF), medium frequency band (MF) and high frequency band (HF) [R1ef1ced9d4c7-1] [R1ef1ced9d4c7-2]. |
|
Compute the Normalized Difference Soundscape Index from a power spectrogram [Re8a3e6a1d49a-1]. |
|
Compute the Bioacoustics Index from a spectrogram [R4387573841e2-1]. |
|
Compute the Acoustic Diversity Index (ADI) from a spectrogram [R544b09b311be-1]. |
|
Compute the Acoustic Eveness Index (AEI) from a spectrogram [Re3dd41c8e02e-1]. |
|
Computes the roughness (depends on the number of peaks and their amplitude) of a vector or matrix x (i.e. waveform, spectrogram...) Roughness = sum(second_derivation(x)²) [Rc5776a89b74b-1] [Rc5776a89b74b-2]. |
|
Computes the Equivalent Continuous Sound level (Leq) of an audio signal in the time domain. |
|
Computes the Equivalent Continuous Sound level (Leq) from a power spectrum (1d) or power spectrogram (2d). |
|
Compute the surface roughness index of a signal (1D) or a spectrogram (2D). |
|
Compute the Time frequency derivation index (tfsd) from a spectrogram. |
|
Compute the entropy of an audio signal using multiple methods. |
|
Compute the Acoustic Gradient Index (AGI) from a raw spectrogram. |
|
Compute Rao's quadratic entropy on a power spectrum (1d). |
|
Compute an acoustic activity index based on the regions of interested detected on a spectrogram. |
|
Compute 16 temporal domain acoustic indices. |
|
Computes the acoustic indices in spectral (spectrum (1d) or spectrogram (2d)) domain. |
Temporal features
|
Computes the first 4th moments of an audio signal, mean, variance, skewness, kurtosis. |
|
Compute the zero crossing rate feature of an audio signal. |
|
Compute the temporal duration of the waveform. |
|
Compute the q-th temporal quantile of the waveform or spectrum. |
|
Compute all the temporal features for a signal. |
Spectral features
|
Computes the first 4th moments of an amplitude spectrum (1d) or spectrogram (2d), mean, variance, skewness, kurtosis. |
|
Compute the peak frequency for audio signal. |
|
Compute the q-th quantile of the power spectrum. |
|
Compute the bandwith of the power spectrum. |
|
Compute all the spectral features for a signal. |
Composite acoustic features
|
Computes a graphical soundscape from a given DataFrame of audio files. |
|
Plots a graphical soundscape |