Filter
‘audio.utils.filter’ module within the ketos library
This module provides utilities for manipulating and filtering waveforms and spectrograms.
|
Discard pixels that are lower than the median threshold. |
|
Apply pre-emphasis to signal |
|
Smooth the input image using a median or Gaussian blur filter. |
|
Enhance the contrast between regions of high and low intensity, while preserving the range of pixel values. |
|
Remove isolated spots from the image. |
|
Draw the image. |
|
Reduce continuous tonal noise produced by e.g. ships and slowly varying background noise. |
|
Reduce continuous tonal noise produced by e.g. ships and slowly varying background noise by subtracting from each row a running mean, computed according to the formula given in Baumgartner & Mussoline, Journal of the Acoustical Society of America 129, 2889 (2011); doi: 10.1121/1.3562166. |