duracell013

Results 6 comments of duracell013

Hello, I've noticed the same thing as A-Mendi for pole of the filter Also, could you please confirm if it's normal to split the signal into chunks and extract the...

Thanks @topherbuckley for suggesting to help with that! I am not very familiar with the implementation of code modifications through GitHub, but I can help with the technical details. I...

> This is simply because the exponential weighting is doing what its supposed to do, i.e. weighting all past data near zero and all recent data on an exponential slope....

@topherbuckley Here is a sample code which plots the spectrogram with the acoustics package and with scipy.signal.spectrogram(). ```python import numpy as np import matplotlib.pyplot as plt import scipy.signal as ss...

@FRidh I dont see the conversion to dB in the `plot_spectrogram` function. I understand that the input data of `specgram` is in Pa, so I would expect the output to...