Skip to content

Instantly share code, notes, and snippets.

View freqmod's full-sized avatar

Frederik Magnus Johansen Vestre freqmod

  • Bridge Technologies
  • Oslo
View GitHub Profile
@freqmod
freqmod / ldpc_short.m
Created May 7, 2018 21:01
Gist for calculating performance of LDPC code.
% ldpc_short.m
%
% David Rowe Mar 2017
% Based on Bill Cowley's LDPC simulations
%
% Octave simulation of BPSK with short LDPC codes developed by Bill. First step
% in use of LDPC codes with FreeDV and Codec 2 700C. BPSK makes life a bits easier
% for simulation
%
% NOTE: You will need to set the CML path in the call to init_cml() below