Difference between revisions of "Demod2"
From MyLabWiki
(Created page with "Some random notes about the reference [http://ka9q.net/bpsk1000.html BPSK-1000] reference modem for ARISSat-1 by [http://ka9q.net/ Phil Karn, KA9Q]. [[Category:Software Defined...") |
|||
Line 1: | Line 1: | ||
Some random notes about the reference [http://ka9q.net/bpsk1000.html BPSK-1000] reference modem for ARISSat-1 by [http://ka9q.net/ Phil Karn, KA9Q]. | Some random notes about the reference [http://ka9q.net/bpsk1000.html BPSK-1000] reference modem for ARISSat-1 by [http://ka9q.net/ Phil Karn, KA9Q]. | ||
+ | |||
+ | |||
+ | == Overview == | ||
+ | |||
+ | The package contains a DSP lilbrary libdspfec.a and various utility programs for testing and demonstration purposes. The included Makefile will build the library and all executables. | ||
+ | |||
+ | == DSP library == | ||
+ | |||
+ | libdspfec.a and dsfec.h | ||
+ | |||
+ | == Top level aplpications == | ||
+ | |||
+ | === mod === | ||
+ | |||
+ | === demod === | ||
+ | |||
+ | == Utilities == | ||
+ | |||
+ | === addcw === | ||
+ | |||
+ | === addnoise === | ||
+ | |||
+ | === async_hdlc_decode === | ||
+ | |||
+ | === bplay === | ||
+ | |||
+ | === byteorder === | ||
+ | |||
+ | === dist === | ||
+ | |||
+ | === gentestdata === | ||
+ | |||
+ | === meter === | ||
+ | |||
+ | |||
+ | |||
+ | == Test programs == | ||
+ | |||
+ | === dotprod_test === | ||
+ | |||
+ | === pack_unpack_test === | ||
+ | |||
+ | === parity_test === | ||
+ | |||
+ | === peak_test === | ||
+ | |||
+ | === rand_test === | ||
+ | |||
+ | === sq_test === | ||
+ | |||
+ | === sub_test === | ||
+ | |||
+ | === viterbi27_streamtest === | ||
+ | |||
+ | === viterbi27_test === | ||
+ | |||
+ | |||
[[Category:Software Defined Radio]] | [[Category:Software Defined Radio]] |
Revision as of 21:56, 26 January 2011
Some random notes about the reference BPSK-1000 reference modem for ARISSat-1 by Phil Karn, KA9Q.
Overview
The package contains a DSP lilbrary libdspfec.a and various utility programs for testing and demonstration purposes. The included Makefile will build the library and all executables.
DSP library
libdspfec.a and dsfec.h