tlecomte / friture

Real-time audio visualizations (spectrum, spectrogram, etc.)
http://friture.org
GNU General Public License v3.0
877 stars 158 forks source link

Continous wavelet transform #2

Open tlecomte opened 13 years ago

tlecomte commented 13 years ago

Continuous wavelet transform seems like an interesting alternative to STFT for time/frequency analysis.

See : http://www.phy.uct.ac.za/courses/python/examples/moreexamples.html#wavelet-analysis-continuous-wavelet-transform See also : http://kelvinchufei.blogspot.com/2008/01/wavelet-scalogram-using-complex-morlet.html

endolith commented 10 years ago

I'd like to see this, too. Continuous complex Morlet wavelet is basically the same thing as constant Q transform, which has a python implementation

tlecomte commented 10 years ago

Thanks for the links. It is indeed very interesting. Unfortunately I won't have any time soon to work on this... I would have loved to see this integrated in Friture (provided it is suitable for a realtime implementation).

2014-02-26 22:14 GMT+01:00 endolith notifications@github.com:

I'd like to see this, too. Continuous complex Morlet wavelet is basically the same thing as http://dsp.stackexchange.com/q/6266/29 constant Q transform, which has a python implementationhttp://grrrr.org/research/software/nsgt/

Reply to this email directly or view it on GitHubhttps://github.com/tlecomte/friture/issues/2#issuecomment-36178021 .