From b07382050c19850f36653f4467f43a6706c7be0c Mon Sep 17 00:00:00 2001 From: drowe67 Date: Thu, 12 Apr 2018 23:13:33 +0000 Subject: [PATCH] tweaked static EsNo git-svn-id: https://svn.code.sf.net/p/freetel/code@3473 01035d8c-6547-0410-b346-abe4f91aad63 --- codec2-dev/octave/ofdm_ldpc_rx.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codec2-dev/octave/ofdm_ldpc_rx.m b/codec2-dev/octave/ofdm_ldpc_rx.m index 01c2684d..9e6bf6da 100644 --- a/codec2-dev/octave/ofdm_ldpc_rx.m +++ b/codec2-dev/octave/ofdm_ldpc_rx.m @@ -29,7 +29,7 @@ function ofdm_ldpc_rx(filename, interleave_frames = 1, error_pattern_filename) mod_order = 4; bps = 2; modulation = 'QPSK'; mapping = 'gray'; demod_type = 0; decoder_type = 0; max_iterations = 100; - EsNo = 1; % TODO: fixme + EsNo = 10; % TODO: fixme printf("EsNo fixed at %f - need to est from channel\n", EsNo); init_cml('/home/david/Desktop/cml/'); -- 2.25.1