Re: Arrays and FFTW - Mailing list pgsql-novice

From Josh Berkus
Subject Re: Arrays and FFTW
Date
Msg-id 200207190920.20356.josh@agliodbs.com
Whole thread Raw
In response to Arrays and FFTW  (Alessandro Baretta <alex@baretta.com>)
List pgsql-novice
Alex,

> I am using (trying to...) PGSQL to store a database of
> digital signals. Each signal is a sequence of (signal_id,
> timestamp, double) tuples. I've managed to write resampling
> alogrithms in pl/pgsql, and I don't think it would be hard
> to write autoregressive filters. However, now I'm confronted
> with the need to compute the power spectra of my signals. I
> would like to use FFTW, which is lightning fast on my
> machine. Has anyone already written FFTW bindings for
> PostgreSQL?

I you don't get an answer here, try posting to pgsql-hackers mailing list.


--
-Josh Berkus
 Aglio Database Solutions
 San Francisco


pgsql-novice by date:

Previous
From: "Josh Berkus"
Date:
Subject: Adventures in PostgreSQL
Next
From: Josh Berkus
Date:
Subject: Re: Inquiry