Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 67150 invoked from network); 11 Jul 2008 17:31:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jul 2008 17:31:42 -0000 Received: (qmail 93473 invoked by uid 500); 11 Jul 2008 17:31:41 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 93394 invoked by uid 500); 11 Jul 2008 17:31:41 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 93383 invoked by uid 99); 11 Jul 2008 17:31:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jul 2008 10:31:40 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of daniel.kuan@gmail.com designates 209.85.142.189 as permitted sender) Received: from [209.85.142.189] (HELO ti-out-0910.google.com) (209.85.142.189) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jul 2008 17:30:47 +0000 Received: by ti-out-0910.google.com with SMTP id u5so1675137tia.10 for ; Fri, 11 Jul 2008 10:31:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=jT8NLNDK6Hsxp2cGVURlZk0z06miS41puaGRXdhnjf8=; b=ZMnenwx+gmTr5s33yL+cIXVNVlSb/xBi036TJ+GUIEELayyLtu+Kpjr6tv9o9Deuow K9kV/fdW5SsJDP8EtMAKnSmVDmFoCO8jgbCYHXnWClMCg+xpzU5qI3XA23YJDbXeAjqm g5iFFyWk02nI4MLo2nfC6TOAZwKZz4itjCmyU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=MIw9nCwlUn2z28y7j4zEqyvBK0XdRf0YR3mh8hpxTFyR4aqV66nf3HaNknQ5YypO/B 9ORHfbYfxHOzwXEMzfAT8RsJ4t5fcy29iv5iOIIx+rMB9msIEiUGnxNcZU55jVcVV+Aj GQpQ4gP69egRT8GtQx+J6FXf24+QzKlLpkWsg= Received: by 10.110.60.2 with SMTP id i2mr6234259tia.0.1215797468486; Fri, 11 Jul 2008 10:31:08 -0700 (PDT) Received: by 10.110.17.12 with HTTP; Fri, 11 Jul 2008 10:31:08 -0700 (PDT) Message-ID: Date: Sat, 12 Jul 2008 01:31:08 +0800 From: "daniel kuan" To: "Commons Developers List" Subject: Re: [math] Fast Hadamard Transform In-Reply-To: <598328119.252801215777899396.JavaMail.root@spooler6-g27.priv.proxad.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_52294_25805446.1215797468465" References: <598328119.252801215777899396.JavaMail.root@spooler6-g27.priv.proxad.net> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_52294_25805446.1215797468465 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi Luc, Thanks for the quick response. Issue MATH 215 has been created to track my suggestion. Regards, Daniel 2008/7/11 : > Hi Daniel, > > Thanks for your suggestion. Could you open a JIRA issue with type "New > feature" to register it ? The URL of our JIRA tracker is here: > https://issues.apache.org/jira/browse/MATH > > You will have to register in order to be able to create a new issue. > > regards, > Luc > > ----- Mail Original ----- > De: "daniel kuan" > =C0: dev@commons.apache.org > Envoy=E9: Vendredi 11 Juillet 2008 12:23:43 GMT +01:00 Amsterdam / Berlin= / > Berne / Rome / Stockholm / Vienne > Objet: [math] Fast Hadamard Transform > > I would like to suggest an addition of the fast hadamard transform to the > following package: > > org.apache.commons.math.transform > > The class would be called: > > FastHadamardTransformer > > > *1. A concise description of the new feature/enhancement.* > > The new feature will implement the fast hadamard transform. > > *2. References to definitions and algorithms.* > > Definition of the hadamard transform: > http://en.wikipedia.org/wiki/Hadamard_transform#Definition > > Unfortunately, Mathworld does not provide a very detailed definition. > http://mathworld.wolfram.com/HadamardTransform.html > > An elegant algorithm for the fast hadamard transform can be found here: > http://www.archive.chipcenter.com/dsp/DSP000517F1.html > > *3. Some indication of why the addition/enhancement is practically useful= .* > > The hadamard transform has applications in signal processing and data > compression. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > ------=_Part_52294_25805446.1215797468465--