tftb icon indicating copy to clipboard operation
tftb copied to clipboard

A Python module for time-frequency analysis

Results 29 tftb issues
Sort by recently updated
recently updated
newest added

Only the analyticity of the output is being tested.

The `tftb.processing.cohen.Spectrogram` class should just be a wrapper around scipy's spectrogram. http://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.spectrogram.html#scipy.signal.spectrogram

- [x] Remove all bat sonar examples - [x] The subplots in fig 1.10 are produced as two different plots. - [x] Spectrogram of noisy transient signal (fig 1.11) -...

The spectra for Affine distributions need to be calculated withinterpolation, cannot just use the `freqs` parameter in the Baseclass.

A couple of example depend on the Hough transform, figure out a way to usethe skimage implementation.

Most distributions have a lot of common code, that can be refactored. Use a common framework to do the heavy lifting and use it everywhere.

Like the MATLAB toolbox, the Python API needs to consist of: - Signal generation functions: - [x] instantaneous amplitude and frequency modulated signals - [x] analytic complex noise generation -...

I got two questions and truly hope someone can answer. Thank you in advance!! 1. Considering the following has been given, ``` tfr[0, icol] = (g2 * xx).sum() tf2[0, icol]...

I have updated the code to use Scipy's STFT. Remarks: The changes were made on a macbook using the following software versions: python 3.10.6 numpy 1.23.4 scipy 1.9.3 matplotlib 3.6.2...