patch-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Patch-gnuradio] Window functions


From: Martin Braun
Subject: [Patch-gnuradio] Window functions
Date: Fri, 6 Feb 2009 17:30:53 +0100
User-agent: Mutt/1.5.17 (2007-11-01)

Hi,

I was working on some spectral estimation code when I noticed there is
no code for window functions in the C++ domain. I think this is pretty
basic functionality, so I added a patch which contains some basic window
functions.

I did not bother to export them to Python domain, since numpy comes with
some own window functions. The qa code is pretty basic, but should do
for these simple mathematical codes.

I put all of it in src/lib/filter (tapering is basically time-domain
filtering...).

There's a couple of common windows; one I would like to have put in but
didn't is the Kaiser window - if someone points me to a Bessel function
implementation in C++ I might add that one, too.

Here comes the patch.

Cheers,
Martin
-- 
Dipl.-Ing. Martin Braun           Phone: +49-(0)721-608 3790
Institut fuer Nachrichtentechnik  Fax:   +49-(0)721-608 6071
Universitaet Karlsruhe (TH)       http://www.int.uni-karlsruhe.de/

Attachment: patch_winfunc.diff
Description: Text Data

Attachment: pgpgtmDuAeoKw.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]