diff options
author | Tom Rondeau | 2011-12-23 13:28:06 -0500 |
---|---|---|
committer | Tom Rondeau | 2011-12-23 13:28:06 -0500 |
commit | 6a78e0a8ae6dc17a12ab5e397f1452a1a363e7d1 (patch) | |
tree | 28e3d86e87a758c1024f30c67b1675a9300cc3cb /gr-digital/lib/CMakeLists.txt | |
parent | c1c68974a6677f6dd81b1fb6e3c129e8d08c1fd0 (diff) | |
download | gnuradio-6a78e0a8ae6dc17a12ab5e397f1452a1a363e7d1.tar.gz gnuradio-6a78e0a8ae6dc17a12ab5e397f1452a1a363e7d1.tar.bz2 gnuradio-6a78e0a8ae6dc17a12ab5e397f1452a1a363e7d1.zip |
digital: added a class, digital_mpsk_snr_est_cc, that estimates the SNR of an M-ary PSK signal.
This block can calculate the SNR using 1 of 4 different methods specified in the block's constructor. They (tend to) trade off accuracy for computational performnace.
Diffstat (limited to 'gr-digital/lib/CMakeLists.txt')
-rw-r--r-- | gr-digital/lib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-digital/lib/CMakeLists.txt b/gr-digital/lib/CMakeLists.txt index b90757111..73ac5692f 100644 --- a/gr-digital/lib/CMakeLists.txt +++ b/gr-digital/lib/CMakeLists.txt @@ -46,6 +46,7 @@ list(APPEND gr_digital_sources digital_lms_dd_equalizer_cc.cc digital_kurtotic_equalizer_cc.cc digital_mpsk_receiver_cc.cc + digital_mpsk_snr_est_cc.cc digital_ofdm_cyclic_prefixer.cc digital_ofdm_frame_acquisition.cc digital_ofdm_frame_sink.cc |