From: drowe67 Date: Thu, 12 Apr 2018 23:13:33 +0000 (+0000) Subject: tweaked static EsNo X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=b07382050c19850f36653f4467f43a6706c7be0c;p=freetel-svn-tracking.git tweaked static EsNo git-svn-id: https://svn.code.sf.net/p/freetel/code@3473 01035d8c-6547-0410-b346-abe4f91aad63 --- 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/');