From: | Josh Berkus <josh(at)agliodbs(dot)com> |
---|---|
To: | Alessandro Baretta <alex(at)baretta(dot)com>, PostgreSQL Novice Mailing List <pgsql-novice(at)postgresql(dot)org> |
Subject: | Re: Arrays and FFTW |
Date: | 2002-07-19 16:20:20 |
Message-ID: | 200207190920.20356.josh@agliodbs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Josh Berkus | 2002-07-19 16:25:06 | Re: Inquiry |
Previous Message | Josh Berkus | 2002-07-19 15:26:37 | Adventures in PostgreSQL |