Go to file
Jalakas ad3db1aea8 Array golayMatrix[2048] had only 1839 element. This commit fixes it.\n http://forums.radioreference.com/digital-voice-decoding-software/244398-possible-bug-question-about-mbelib.html#post1797631. 2013-02-17 13:05:50 +02:00
.gitignore add ignore file 2011-08-21 03:57:04 -04:00
CHANGELOG Improve readme file with build instructions 2013-02-17 02:44:01 +02:00
COPYRIGHT version 1.2.1 2011-08-21 03:32:18 -04:00
Makefile Makefile changes to compile dsd on newer Ubuntus. From: http://forums.radioreference.com/digital-voice-decoding-software/225742-make-error-fix-ubuntu-11-10-a.html#post1643091 2013-02-17 02:30:44 +02:00
README Replace gcc with make in apt-get install. 2013-02-17 02:55:27 +02:00
ambe3600x2250.c version 1.2.3 2011-08-21 03:39:16 -04:00
ambe3600x2250_const.h version 1.2.1 2011-08-21 03:32:18 -04:00
config.h version 1.2.1 2011-08-21 03:32:18 -04:00
configure version 1.2.3 2011-08-21 03:39:16 -04:00
ecc.c version 1.2.1 2011-08-21 03:32:18 -04:00
ecc_const.h Array golayMatrix[2048] had only 1839 element. This commit fixes it.\n http://forums.radioreference.com/digital-voice-decoding-software/244398-possible-bug-question-about-mbelib.html#post1797631. 2013-02-17 13:05:50 +02:00
imbe7100x4400.c version 1.2.1 2011-08-21 03:32:18 -04:00
imbe7200x4400.c version 1.2.1 2011-08-21 03:32:18 -04:00
imbe7200x4400_const.h version 1.2.1 2011-08-21 03:32:18 -04:00
mbelib.c version 1.2.3 2011-08-21 03:39:16 -04:00
mbelib.h version 1.2.3 2011-08-21 03:39:16 -04:00
mbelib_Author.pgp version 1.2.1 2011-08-21 03:32:18 -04:00
mbelib_const.h version 1.2.1 2011-08-21 03:32:18 -04:00

README

PATENT NOTICE

	This source code is provided for educational purposes only.  It is
	a written description of how certain voice encoding/decoding
	algorythims could be implemented.  Executable objects compiled or 
	derived from this package may be covered by one or more patents.  
	Readers are strongly advised to check for any patent restrictions or 
	licencing requirements before compiling or using this source code.

mbelib 1.2.3
 
        mbelib 1.2.3 supports the 7200x4400 bit/s codec used in P25 Phase 1,
	the 7100x4400 bit/s codec used in ProVoice and the "Half Rate"
        3600x2250 bit/s vocoder used in various radio systems.

Example building instructions on Ubuntu:

	sudo apt-get update && sudo apt-get install git make	# Update git and gcc packets
	git clone <URL of git repository> 			# Something like: git@github.com:USERNAME/mbelib.git
	cd mbelib						# Move into source folder
	make							# Actual program making
	sudo make install					# Program is installed into computer