From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,5b77ccc592359c44 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!feeder.news-service.com!de-l.enfer-du-nord.net!cs.uu.nl!news.stack.nl!aioe.org!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Fourier Date: Fri, 17 Jul 2009 23:53:06 +0000 (UTC) Organization: Aioe.org NNTP Server Message-ID: References: NNTP-Posting-Host: jsj6/wjO/cHSAHkcGxcp1Q.user.aioe.org X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.7.9 X-Newsreader: Tom's custom newsreader Cancel-Lock: sha1:SZ7kXa9ssrzp+tWqgnqNwv1Cxwk= Xref: g2news2.google.com comp.lang.ada:7122 Date: 2009-07-17T23:53:06+00:00 List-Id: >I look for general N, simple to use, basic to analyse data energy >coherence. I use a Glassman algorithm version. It's fast for highly composite N (eg, powers of 2), but slow for prime sizes. For FFTing images, that could be very slow indeed, so I use a companion utility to find the operation count for each K in N .. N+20 to see if a small extension of the data will substantially speed things up.