Commit Graph

1299 Commits

Author SHA1 Message Date
EdFuentetaja 9d0fe07931 Included error correction on P25 TDULC.
Added a new "heuristics" module for P25 that improves the estimation of the symbol (dibit) that corresponds to a given analog signal value.
Added a BER (bit error reate) estimation for P25.
2014-05-11 02:23:24 +08:00
EdFuentetaja b45e563e54 Fixed some compilation warnings and added a few comments. 2014-05-06 23:57:15 +08:00
Jared Szechy ad0c849dc4 Merge pull request #26 from waffle-iron/master
waffle.io Badge
2014-04-26 10:59:00 -04:00
Making GitHub Delicious. 3229737e6c add waffle.io badge 2014-04-26 08:57:22 -06:00
Jared Szechy 596451eba0 Fix compile errors from #23 2014-04-22 19:46:01 -04:00
Jared Szechy c23ff4fe0c Merge pull request #23 from EdFuentetaja/master
Error correction on the metadata fields of P25 LDU1 and LDU2
2014-04-22 19:23:07 -04:00
Jared Szechy 134f2e8e21 Move bulk of README to the Wiki 2014-04-22 19:21:43 -04:00
EdFuentetaja 01a2b6959a Added error correction to the metadata of LDU1 and LDU2.
Refactored implementation of p25p1_ldu1.c and p25p1_ldu2.c. There are less duplicities now and hopefully is easier to read and maintain.
Added a unit test for the Hamming algorithm.
2014-03-31 23:37:08 +08:00
EdFuentetaja 7299b78c3b Merge branch 'master' of https://github.com/szechyjs/dsd.git 2014-03-31 21:31:30 +08:00
EdFuentetaja 9b35ef5c83 Added a few comments, fixed ortography and some other cosmetic changes. 2014-03-31 21:31:00 +08:00
Jared Szechy 75972cb024 Update samples 2014-03-12 01:26:16 -04:00
Jared Szechy 461031d3f1 Use gtest for golay24 and reed-solomon tests 2014-03-11 22:29:15 -04:00
Jared Szechy 772eb7f810 Merge pull request #22 from EdFuentetaja/master
Added support for error correction in P25 HDU data.
2014-03-11 21:34:25 -04:00
EdFuentetaja 3f4ff87078 Added support for error correction in P25 HDU data.
Both Golay(24,12,8) and Reed-Solomon(63,47,17) are now implemented.
2014-03-11 22:41:59 +08:00
Jared Szechy 1553973718 Add itpp as a requirement in readme 2014-03-01 18:13:47 -05:00
Jared Szechy 95c3d8fd27 Merge pull request #20 from EdFuentetaja/master
Added decoding and error correction on the NID fields: NAC and DUID.
2014-03-01 15:01:24 -05:00
EdFuentetaja d7b36f32c0 Parity errors in NIC are now ignored.
Clean up the code to make it easier to understand. Now the logic to error correct the NIC makes more sense.
2014-03-01 20:35:46 +08:00
EdFuentetaja 9b9cb78ddf Added decoding and error correction on the NID fields: NAC and DUID. Making use of the IT++ library for BCH encoding/decoding. 2014-02-02 14:45:19 +08:00
Jared Szechy e40e89ae81 Merge pull request #15 from dreinhold/add_git_sha_version
Add git tag / SHA1 as a build string
2013-12-19 10:09:02 -08:00
Dylan Reinhold 2f6214fe72 Add git tag / SHA1 as a build string
Every build from commit 20271c6 (Apr 10 2013) is versioned as 1.6.0.
Add a build version after the version number
Digital Speech Decoder 1.6.0 (build:v1.6.0-20-g16110bd)

The build string uses git describe to list the tag closest to head,
and the number of commits past that tag, the a litteral g and ending
with the current SHA1
2013-12-19 08:49:49 -08:00
Jared Szechy 271a7e459a Change current work to v1.7.0-dev 2013-12-19 10:11:38 -05:00
Jared Szechy e3dde6f7f9 Merge commit '20271c6df57dacbaed3f2255a8230f44f58bd3ae'
Apparently when 1.6.0 was release it was not properly merged. This re-add the disable p25 encryption muting flag.

Conflicts:
	README
	dsd.h
	dsd_main.c
	dsd_symbol.c
	p25p1_ldu1.c
	p25p1_ldu2.c
2013-12-19 09:57:23 -05:00
Jared Szechy 16110bd251 Update README 2013-12-18 16:38:26 -05:00
Jared Szechy 945f93d678 Add samples as a subrepo 2013-12-18 15:58:06 -05:00
Jared Szechy 2630e98128 Remove samples dir, will replace with a submodule for those that want to use it 2013-12-18 15:50:14 -05:00
Jared Szechy 855fdd64e8 Add missing -r option from help command. Also add cmake a s a requirement in the README. 2013-12-18 15:10:15 -05:00
Jared Szechy 158ae7c520 Update README 2013-12-17 03:05:10 -05:00
Jared Szechy 7bd0a10c65 Change CMake to properly locate required libraries 2013-12-17 02:04:22 -05:00
Jared Szechy e0376bc009 Add samples directory 2013-12-17 01:22:43 -05:00
Jared Szechy 25765ef4d0 Merge pull request #9 from balr0g/filtering-fixes
Filtering fixes
2013-12-16 19:19:22 -08:00
Jared Szechy 9965f8a36d Merge pull request #8 from balr0g/readme-fixes
Updated README for dstar
2013-12-16 19:18:10 -08:00
balr0g 4763717b59 Improvements to CLI input parsing and filtering 2013-12-16 14:50:20 -05:00
balr0g 8c8dea4142 Updated README 2013-12-16 13:04:44 -05:00
Jared Szechy ac816f9207 Merge pull request #7 from balr0g/dstar
Initial DSTAR AMBE voice decoding support
2013-12-16 10:01:26 -08:00
balr0g 040ea148b0 Initial working DSTAR voice support 2013-12-16 13:00:18 -05:00
Jared Szechy 27960ae4be Merge pull request #6 from balr0g/libsndfile-support
Support for wav input/output using libsndfile
2013-12-16 09:54:14 -08:00
Jared Szechy 5fb79e9baa Merge pull request #5 from balr0g/dmr-ambe+2-rename
Fixes for ambe3600x2250 -> ambe3600x2450 rename
2013-12-15 13:55:19 -08:00
balr0g de3e5e7f60 Use libsndfile for wav output as well 2013-12-12 20:09:08 -05:00
balr0g e3bafe96e9 Use libsndfile for wav file input 2013-12-12 19:50:07 -05:00
balr0g f978a8759e Fixes for ambe3600x2250 -> ambe3600x2450 rename 2013-12-12 09:58:08 -05:00
Jared Szechy 260ec82ea1 Merge pull request #1 from balr0g/cmake-build-fixes
Convert build system to use cmake and fix for Mac OS X build
2013-07-26 10:07:48 -07:00
balr0g e40c32d8ad Convert build system to use cmake and fix for Mac OS X build 2013-07-07 17:55:42 -04:00
Alex Mirea 5d147c9f04 version 1.6.0
See
http://forums.radioreference.com/digital-voice-decoding-software/256111-
dsd-1-6-closed-fork-open-source.html#post1884783
2013-06-19 18:39:48 -04:00
Jared Szechy 3683f6c631 Fix linking of mbe 2013-06-19 18:30:53 -04:00
Alex Mirea 20271c6df5 new options to control filters and P25 encrypted signals
I have added the -l and -pu options.
2013-04-10 09:05:56 +03:00
Alex Mirea fa73feded2 version 1.6.0
See
http://forums.radioreference.com/digital-voice-decoding-software/256111-
dsd-1-6-closed-fork-open-source.html#post1884783
2013-04-09 22:50:45 +03:00
Jared Szechy 46b9b01baf add ignore file 2011-08-21 04:01:34 -04:00
Jared Szechy b1024fba95 version 1.4.1 2011-08-21 03:36:53 -04:00
Jared Szechy 59f8d3890e version 1.3 2011-08-21 03:31:35 -04:00