[gstreamer-bugs] [Bug 468619] New library gstfft: FFT library for integer and float types based on kiss

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Aug 29 07:34:33 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=468619

  GStreamer | gst-plugins-base | Ver: HEAD CVS




------- Comment #14 from Sebastian Dröge  2007-08-29 14:34 UTC -------
You need two instances already because of kiss_fftr (and kiss_fft). The kiss
instances create some data they will need for each call when initializing.

The change would only change the meaning of the length parameter to "length in
the input domain" while before it was "length in the time domain".

The change would have the problem, that it's not easy anymore to see which
lengths are fast lengths as for an inverse fft one would need 2*len - 2 (==
length in the time domain) to be factorizable completely by 2, 3 and 5.

I guess we should keep it as is...


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=468619.




More information about the Gstreamer-bugs mailing list