File: README.md

package info (click to toggle)
codec2 1.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 76,376 kB
  • sloc: ansic: 436,819; cpp: 2,091; objc: 1,736; sh: 1,510; python: 1,405; asm: 683; makefile: 605
file content (12 lines) | stat: -rw-r--r-- 412 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# Coded Modulation Library for codec2

The [CML library](http://www.iterativesolutions.com/Matlab.htm) is a set of Matlab/Octave functions, written in C but callable by Matlab/Octave. They are used by the codec2 project to support LDPC Octave simulations.

The codec2 project specific changes in this repo include:
1. Building without warnings or errors.
2. Support for OSX and Ubuntu.

Building:
```
$ make
```