diff options
author | anastas | 2006-08-30 18:33:26 +0000 |
---|---|---|
committer | anastas | 2006-08-30 18:33:26 +0000 |
commit | 07759120a1e53495aea91215d507977c83cfe431 (patch) | |
tree | 9997560b1ee4580792e588df014e4384fcd1f2aa /gr-trellis/src/lib/Makefile.am | |
parent | 2dd336e418b5459558e7590e2d72347b1b689522 (diff) | |
download | gnuradio-07759120a1e53495aea91215d507977c83cfe431.tar.gz gnuradio-07759120a1e53495aea91215d507977c83cfe431.tar.bz2 gnuradio-07759120a1e53495aea91215d507977c83cfe431.zip |
Added a siso_combined block analogous to the viterbi_combined; useful for FSMs with a large output alphabet
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3452 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-trellis/src/lib/Makefile.am')
-rw-r--r-- | gr-trellis/src/lib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-trellis/src/lib/Makefile.am b/gr-trellis/src/lib/Makefile.am index 767f603a2..7c9b23166 100644 --- a/gr-trellis/src/lib/Makefile.am +++ b/gr-trellis/src/lib/Makefile.am @@ -70,6 +70,7 @@ _trellis_la_SOURCES = \ trellis_calc_metric.cc \ trellis_permutation.cc \ trellis_siso_f.cc \ + trellis_siso_combined_f.cc \ $(GENERATED_CC) # magic flags @@ -96,6 +97,7 @@ grinclude_HEADERS = \ trellis_permutation.h \ trellis_siso_type.h \ trellis_siso_f.h \ + trellis_siso_combined_f.h \ $(GENERATED_H) |