nsgt icon indicating copy to clipboard operation
nsgt copied to clipboard

Non Stationary Gabor Transform (NSGT), Python implementation

Results 9 nsgt issues
Sort by recently updated
recently updated
newest added

@grrrr Hi, my github: https://github.com/falseywinchnet/streamcleaner So, recently, i was reading about gabor filters and learned of your excellent constant-q gabor transform. Not sure I am using it right, but, ie,...

As an example, running forward NSGT on `fugue.wave` takes 1s compared to about 180s initially, and `nsgt_test.py` takes 8s instead of 30s on my machine, because we essentially skip over...

Hi, Many thanks for this great package. I'm using it for musical note analysis and thus I'm putting in the minimum frequency as midi2hz(21) and the maximum as midi2hz(108). 21...

Hello Thanks a lot for the nice package! I am looking for a "lossless way" to convert audio signal to spectrogram (in mel scale) and back to audio signal again....

Hi, thanks for this awesome stuff. I am wondering: is there some convenient way to get the hopsize for one given transform (NSGT object) ? thanks antoine

Observing `c` created on [line 108](https://github.com/kungfujam/nsgt/blob/master/examples/spectrogram.py#L108), I see it generates objects of dimension 1 x 66 (a 2d array) therefore the function complains that the index [2] is out of...

I couldn't get PyFFTW3 installed on my machine, but pyFFTW is an alternative wrapper for FFTW that appears better maintained. You can see a speed comparison of the two wrappers...

Hello, I just started playing around with this project but found it hard to get Scikit.audiolab working (it looks like it's been inactive since late 2010, doesn't have Python3 support,...

For example, on Windows10 / AMD64, running `python -m unittest discover -s tests -p cq_test.py` results in tests taking something like ~10-20 minutes to finish. Is this normal?