Wykres commitów

12 Commity (f1873ce0fbb46e71eb3be7366af10878e463cb63)

Autor SHA1 Wiadomość Data
AG1LE Mauri f1873ce0fb Found speed tracking bug. Used break; incorrectly in path.cxx and savep.cxx.
Fixed in this version.
2014-07-20 10:17:18 -04:00
AG1LE Mauri 75f4417801 Found a problem - speed estimation spdhat (updated in sprob.cxx) doesn't work any more. 2014-07-20 09:13:23 -04:00
AG1LE Mauri acd7afb52d Created a 0.1.03 release. Check ChangeLog for changes. 2014-07-19 18:00:18 -04:00
AG1LE Mauri b95b164a80 Changed CXXFLAGS from -std=c++11 to -std=c++0x 2014-06-22 16:20:47 -04:00
AG1LE Mauri 49ae04742a modified initialization 2014-06-22 16:06:50 -04:00
AG1LE Mauri 9121501645 Added version tagging 2014-06-13 21:57:08 -04:00
AG1LE Mauri a0564dae89 2014-JUN-08 Cleaning up code, removed non-used parameters in function, removed pointer adjustements. 2014-06-08 14:55:45 -04:00
AG1LE Mauri d8959c15cb 2014-JAN-19
Added morse class in bmorse.h
	Moved common structs into class variables so that I can instantiate multiple morse decoders, for each CW frequency in Morse Audio file
	Removed unnecessary static variables.
2014-01-19 23:12:52 -05:00
AG1LE Mauri 26dd10ba6f 2014-JAN-02 Releasing bmorse-0.1.01 2014-01-01 21:58:00 -05:00
AG1LE Mauri ab2a727620 Changed program name to bmorse (b stands for bayesian).
Cleaned up all files and changed morse.h tp bmorse.h

2013-DEC-29
	Added more options to enable debugging and testing bmorse decoder while using WAV audio files as source.
	Bit filter (-bfv) option does envelope smoothing - 10 msec rise time assumption based on experiences with FLDIGI.
	Plot option (-plt) enables piping such as  "bmorse -plt <sndfile> | xplot" to visualize the CW envelope.
	AGC  option (-agc) has fast rise and slow decay in case original signal has very large dynamic range.
	AMP option  (-amp) allows to multiply envelope signal with a constant.
	DUR option  (-dur) allows manually to set Bayesian decoder sample duration (used in path.c).
	FFT option  (-fft) enables either FFT based signal recovery or just low pass filtering.
		- FFT has also peak_detection() to find if there are multiple signals in the audio frequency range.
		- Parameter "delta" sets peak detection threshold
		- Width (-wid) and length (-len) parameters can be used to set FFT size and chunking
2013-12-29 23:59:42 -05:00
AG1LE Mauri 03a6342a0f Added GNU Public License headers to source files. 2013-12-27 00:42:53 -05:00
AG1LE Mauri 54fecec308 Testing morse with different synthetic test files with SNR from 4.4dB to 14 dB. 2013-09-08 00:17:35 -04:00