Get the convolution BER directly from the decoder.

This commit is contained in:
Jonathan Naylor
2021-06-27 17:29:55 +01:00
parent 50337639b2
commit 8547a210bd
8 changed files with 50 additions and 20 deletions

View File

@@ -19,6 +19,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20210625";
const char* VERSION = "20210627";
#endif