[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r3634 - gnuradio/branches/developers/trondeau/digital-
From: |
trondeau |
Subject: |
[Commit-gnuradio] r3634 - gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/lib/general |
Date: |
Mon, 25 Sep 2006 12:06:14 -0600 (MDT) |
Author: trondeau
Date: 2006-09-25 12:06:14 -0600 (Mon, 25 Sep 2006)
New Revision: 3634
Modified:
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/lib/general/Makefile.am
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/lib/general/general.i
Log:
added yet _another_ agc loop with log reponse instead of linear
Modified:
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/lib/general/Makefile.am
===================================================================
---
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/lib/general/Makefile.am
2006-09-25 14:24:34 UTC (rev 3633)
+++
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/lib/general/Makefile.am
2006-09-25 18:06:14 UTC (rev 3634)
@@ -97,6 +97,7 @@
gr_agc_ff.cc \
gr_agc2_cc.cc \
gr_agc2_ff.cc \
+ gr_agc_log_cc.cc \
gr_align_on_samplenumbers_ss.cc \
gr_binary_slicer_fb.cc \
gr_bytes_to_syms.cc \
@@ -218,6 +219,7 @@
gr_agc_ff.h \
gr_agc2_cc.h \
gr_agc2_ff.h \
+ gr_agc_log_cc.h \
gr_align_on_samplenumbers_ss.h \
gr_binary_slicer_fb.h \
gr_bytes_to_syms.h \
@@ -358,6 +360,7 @@
gr_agc_ff.i \
gr_agc2_cc.i \
gr_agc2_ff.i \
+ gr_agc_log_cc.i \
gr_align_on_samplenumbers_ss.i \
gr_binary_slicer_fb.i \
gr_bytes_to_syms.i \
Modified:
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/lib/general/general.i
===================================================================
---
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/lib/general/general.i
2006-09-25 14:24:34 UTC (rev 3633)
+++
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/lib/general/general.i
2006-09-25 18:06:14 UTC (rev 3634)
@@ -66,6 +66,7 @@
#include <gr_agc_cc.h>
#include <gr_agc2_ff.h>
#include <gr_agc2_cc.h>
+#include <gr_agc_log_cc.h>
#include <gr_rms_cf.h>
#include <gr_rms_ff.h>
#include <gr_nlog10_ff.h>
@@ -159,6 +160,7 @@
%include "gr_agc_cc.i"
%include "gr_agc2_ff.i"
%include "gr_agc2_cc.i"
+%include "gr_agc_log_cc.i"
%include "gr_rms_cf.i"
%include "gr_rms_ff.i"
%include "gr_nlog10_ff.i"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r3634 - gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/lib/general,
trondeau <=