public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
* convolution
@ 2006-06-11 10:05 Jochen Küpper
  2006-06-12 17:08 ` convolution Brian Gough
  0 siblings, 1 reply; 7+ messages in thread
From: Jochen Küpper @ 2006-06-11 10:05 UTC (permalink / raw)
  To: gsl-discuss

[-- Attachment #1: Type: text/plain, Size: 482 bytes --]

In 2002 there was a short discussion on this list on a convolution
interface for GSL and Brian wrote it down in fft/TODO
,----
| http://sourceware.org/ml/gsl-discuss/2001/msg00330.html
`----
Has anyone implemented that or parts of it by now?

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheit                http://www.Jochen-Kuepper.de
    Liberté, Égalité, Fraternité                GnuPG key: CC1B0B4D
        (Part 3 you find in my messages before fall 2003.)

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: convolution
  2006-06-11 10:05 convolution Jochen Küpper
@ 2006-06-12 17:08 ` Brian Gough
  0 siblings, 0 replies; 7+ messages in thread
From: Brian Gough @ 2006-06-12 17:08 UTC (permalink / raw)
  To: Jochen Küpper; +Cc: gsl-discuss

Jochen Küpper writes:
 > In 2002 there was a short discussion on this list on a convolution
 > interface for GSL and Brian wrote it down in fft/TODO
 > ,----
 > | http://sourceware.org/ml/gsl-discuss/2001/msg00330.html
 > `----
 > Has anyone implemented that or parts of it by now?

No, not to my knowledge.

-- 
Brian Gough

Network Theory Ltd,
Publishing Free Software Manuals --- http://www.network-theory.co.uk/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: convolution
  2003-10-16  9:06 ` convolution Brian Gough
@ 2003-10-16  9:37   ` Axel Hutt
  0 siblings, 0 replies; 7+ messages in thread
From: Axel Hutt @ 2003-10-16  9:37 UTC (permalink / raw)
  To: gsl-discuss



Brian Gough wrote:

 > Carlo Ferrigno writes:
 >  > Hello,
 >  >
 >  > 	is there any, already made, way to perform the convolution between two
 >  > gsl_vectors in GSL ?
 >
 > There is no ready made routine, because the best choice of algorithm
 > is problem-dependent.  (e.g. which type of fft to use)
 >
 > regards
 >
recently, I have computed convolutions of real data in the context of a 
Hilbert transform

by gsl_fft_real_transform and it worked well.

Axel



-- 
Dr. rer.nat. Axel Hutt
Weierstraß-Institute for Applied Analysis and Stochastics
Mohrenstr. 39, 10117 Berlin, Germany
Tel.: +49 - (0)30 - 20372 564
Fax.: +49 - (0)30 - 2044 975
http://www.wias-berlin.de/people/hutt


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: convolution
  2003-10-15 13:59 convolution Carlo Ferrigno
@ 2003-10-16  9:06 ` Brian Gough
  2003-10-16  9:37   ` convolution Axel Hutt
  0 siblings, 1 reply; 7+ messages in thread
From: Brian Gough @ 2003-10-16  9:06 UTC (permalink / raw)
  To: Carlo Ferrigno; +Cc: gsl-discuss

Carlo Ferrigno writes:
 > Hello,
 > 
 > 	is there any, already made, way to perform the convolution between two 
 > gsl_vectors in GSL ?

There is no ready made routine, because the best choice of algorithm
is problem-dependent.  (e.g. which type of fft to use)

regards

-- 
Brian Gough

^ permalink raw reply	[flat|nested] 7+ messages in thread

* convolution
@ 2003-10-15 13:59 Carlo Ferrigno
  2003-10-16  9:06 ` convolution Brian Gough
  0 siblings, 1 reply; 7+ messages in thread
From: Carlo Ferrigno @ 2003-10-15 13:59 UTC (permalink / raw)
  To: gsl-discuss

Hello,

	is there any, already made, way to perform the convolution between two 
gsl_vectors in GSL ?

	Thank you,

carlo
-- 
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
Carlo Ferrigno
Universita` degli studi di Palermo &
Istituto di Astrofisica Spaziale (IASF) 
via Ugo La Malfa 153
90146 Palermo
Italy
	phone		+39.091.6809624
	mobile		+39.333.3599421										
E-mail:    ferrigno@pa.iasf.cnr.it
///////////////////////////////////////////////


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Convolution
  2001-12-19 13:20 Convolution marc chenu
@ 2001-12-19 13:20 ` Brian Gough
  0 siblings, 0 replies; 7+ messages in thread
From: Brian Gough @ 2001-12-19 13:20 UTC (permalink / raw)
  To: marc chenu; +Cc: gsl-discuss

marc chenu writes:
 > Has someone made a (temporal) convolution for GSL? (and willing to share)
 > Is a convolution going to be added in GSL?
 >  
 > Thank you for such a nice library.
 >  

I've added it to the TODO list (fft/TODO) in case anyone wants to work
on it. 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Convolution
@ 2001-12-19 13:20 marc chenu
  2001-12-19 13:20 ` Convolution Brian Gough
  0 siblings, 1 reply; 7+ messages in thread
From: marc chenu @ 2001-12-19 13:20 UTC (permalink / raw)
  To: gsl-discuss

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 245 bytes --]

Hello
 
Has someone made a (temporal) convolution for GSL? (and willing to share)
Is a convolution going to be added in GSL?
 
Thank you for such a nice library.
 
  Get your FREE download of MSN Explorer at http://explorer.msn.com


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-06-12 15:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-11 10:05 convolution Jochen Küpper
2006-06-12 17:08 ` convolution Brian Gough
  -- strict thread matches above, loose matches on Subject: below --
2003-10-15 13:59 convolution Carlo Ferrigno
2003-10-16  9:06 ` convolution Brian Gough
2003-10-16  9:37   ` convolution Axel Hutt
2001-12-19 13:20 Convolution marc chenu
2001-12-19 13:20 ` Convolution Brian Gough

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).