(C) 2013 AG1LE Mauri Niininen. This software is a Morse decoder orinally created by Dr. E. L. Bell in 1977.
 
 
 
 
 
 
Go to file
Mauri Niininen 5eb011ead8 Fixed bugs in levenshtein.py and generate_morse.m files 2014-08-29 22:34:50 -04:00
doc Testing morse with different synthetic test files with SNR from 4.4dB to 14 dB. 2013-09-08 00:17:35 -04:00
examples Added FLDIGI distribution in examples (as a backup) 2014-05-25 01:44:34 -04:00
src Found speed tracking bug. Used break; incorrectly in path.cxx and savep.cxx. 2014-07-20 10:17:18 -04:00
test Fixed bugs in levenshtein.py and generate_morse.m files 2014-08-29 22:34:50 -04:00
AUTHORS 2014-JUN-08 Cleaning up code, removed non-used parameters in function, removed pointer adjustements. 2014-06-08 14:55:45 -04:00
COPYING Added correct version of GNU License template - COPYING file on this project. 2013-12-27 00:52:27 -05:00
ChangeLog Found a problem - speed estimation spdhat (updated in sprob.cxx) doesn't work any more. 2014-07-20 09:13:23 -04:00
INSTALL Added GNU Public License headers to source files. 2013-12-27 00:42:53 -05:00
Makefile Added morse.m and addnoise.m - these are Octave scripts to generate noisy morse code 2014-08-29 17:20:46 -04:00
Makefile.am Changed CXXFLAGS from -std=c++11 to -std=c++0x 2014-06-22 16:20:47 -04:00
Makefile.in Changed CXXFLAGS from -std=c++11 to -std=c++0x 2014-06-22 16:20:47 -04:00
NEWS removed F2C dependencies. 2013-09-29 20:46:19 -04:00
README Multichannel CW decoder implemented for FLDIGI. 2014-07-17 20:47:50 -04:00
README.md Added morse.m and addnoise.m - these are Octave scripts to generate noisy morse code 2014-08-29 17:20:46 -04:00
aclocal.m4 2014-JAN-02 Releasing bmorse-0.1.01 2014-01-01 21:58:00 -05:00
autogen.sh 2014-Mar-18 added missing configure files 2014-03-18 22:03:05 -04:00
autoscan.log Testing morse with different synthetic test files with SNR from 4.4dB to 14 dB. 2013-09-08 00:17:35 -04:00
bmorse-0.1.02.tar.gz Release 0.1.02 of bmorse 2014-05-26 19:06:25 -04:00
compile Added GNU Public License headers to source files. 2013-12-27 00:42:53 -05:00
config.h Found a problem - speed estimation spdhat (updated in sprob.cxx) doesn't work any more. 2014-07-20 09:13:23 -04:00
config.h.in Added config.h.in 2014-06-22 15:44:34 -04:00
config.log Added morse.m and addnoise.m - these are Octave scripts to generate noisy morse code 2014-08-29 17:20:46 -04:00
configure Found a problem - speed estimation spdhat (updated in sprob.cxx) doesn't work any more. 2014-07-20 09:13:23 -04:00
configure.in Found a problem - speed estimation spdhat (updated in sprob.cxx) doesn't work any more. 2014-07-20 09:13:23 -04:00
depcomp Added GNU Public License headers to source files. 2013-12-27 00:42:53 -05:00
install-sh Added install-sh 2014-06-22 15:37:05 -04:00

README.md

(C) 2013 AG1LE Mauri Niininen

This software is a Morse decoder orinally created by Dr. E. L. Bell in 1977.
The software was manually entered from Fortran program listings and later converted to C++ by AG1LE Mauri Niininen.

DEPENDENCIES:

  • libsndfile1-dev -- used to open WAV sound files
  • fftw3-dev -- used for FFT calculation
  • tcl -- used for running cer vs snr testing
  • sqlite3 -- used to store test results in SQL database
  • libsqlite3-tcl -- used by tcl to call sqlite3

install dependencies by

sudo apt-get install libsndfile1-dev fftw3-dev sudo apt-get install tcl sudo apt-get install sqlite3 sudo apt-get install libsqlite3-tcl