Add implementation of analog TV signal generator (PAL so far)

Quick and dirty Howto:
make && tv/osmotv --sdr-soapy --sdr-tx-gain 60  -r 15000000 -c 21 tx-fubk --sdr-tune-args "OFFSET=-3000000"
This commit is contained in:
Andreas Eversberg
2017-08-20 07:43:41 +02:00
parent a52c89800c
commit 496aff5a79
22 changed files with 3071 additions and 5 deletions

2
.gitignore vendored
View File

@@ -22,6 +22,7 @@ compile
m4
src/common/libcommon.a
src/common/libmobile.a
src/common/libimage.a
src/anetz/anetz
src/bnetz/bnetz
src/cnetz/cnetz
@@ -31,6 +32,7 @@ src/amps/amps
src/tacs/tacs
src/jtacs/jtacs
src/r2000/radiocom2000
src/tv/osmotv
sim/cnetz_sim
src/test/test_filter
src/test/test_compandor