gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASURE
[debian/gnuradio] / gnuradio-core / src / lib / general / gr_firdes.h
index 49fba799373de74effc5e0fbe8ab1a9336cdb05f..de775bd0719e054f9678fc70d67ad0c6623440ca 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2002 Free Software Foundation, Inc.
+ * Copyright 2002,2008 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
@@ -40,7 +40,8 @@ class gr_firdes {
     WIN_HANN = 1,      // max attenuation 44 dB
     WIN_BLACKMAN = 2,  // max attenuation 74 dB
     WIN_RECTANGULAR = 3,
-    WIN_KAISER = 4      // max attenuation a function of beta, google it
+    WIN_KAISER = 4,     // max attenuation a function of beta, google it
+    WIN_BLACKMAN_hARRIS = 5,
   };