Re: Arrays and FFTW

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Arrays and FFTW
Дата
Msg-id 200207190920.20356.josh@agliodbs.com
обсуждение исходный текст
Ответ на Arrays and FFTW  (Alessandro Baretta <alex@baretta.com>)
Список 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 по дате отправления:

Предыдущее
От: "Josh Berkus"
Дата:
Сообщение: Adventures in PostgreSQL
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Inquiry