Mercurial > hg > qm-dsp
diff dsp/segmentation/ClusterMeltSegmenter.cpp @ 339:9c8ee77db9de
Tidy real-to-complex FFT -- forward and inverse have different arguments, so make them separate functions; document
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 02 Oct 2013 15:04:38 +0100 |
parents | d5014ab8b0e5 |
children | e4a57215ddee |
line wrap: on
line diff
--- a/dsp/segmentation/ClusterMeltSegmenter.cpp Tue Oct 01 15:38:56 2013 +0100 +++ b/dsp/segmentation/ClusterMeltSegmenter.cpp Wed Oct 02 15:04:38 2013 +0100 @@ -209,7 +209,7 @@ window->cut(frame); - fft->process(false, frame, real, imag); + fft->forward(frame, real, imag); constq->process(real, imag, cqre, cqim);