aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2017-06-01osmo-trx-dec: Offline demodulation tool.fairwaves/WIP-decoderAlexander Chemeris1-0/+1
Change-Id: Ic5b59c7fe1a0c02d962b36de2fd5d7fc9a02f266
2017-06-01osmo-trx-gen: generates waveform files aka IQ binary files in a number of ↵Alexander Chemeris1-0/+1
formats. Generated files can be used as an input to osmo-trx-dec or load them into signal generators. Change-Id: I555d99a632755b5bfcbaf3501a501613c2859d4e
2017-05-31PRBS: a Pseudo-random binary sequence (PRBS) generator class.Alexander Chemeris1-0/+1
Implemeted with a Galois LFSR for speed and flexibility compared to Fibonacci version. Aliases for three popular PRBS' are added for convenience - PRBS9, PRBS15 and PRBS64. Note that we can't test PRBS64 completely, because the sequence is too long to be generated. Change-Id: Ib5331ba5d0b5819929541686fdd87905e2177b74
2016-08-08The INSTALL file is being overwritten by autoreconf, but it is committedNeels Hofmeyr1-0/+1
as empty file. As a result, the INSTALL file always shows as modified. Instead, remove INSTALL from git and ignore it.
2016-07-05add basic .gitignoreNeels Hofmeyr1-0/+44