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:
3
src/tv/tv_modulate.h
Normal file
3
src/tv/tv_modulate.h
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
void tv_modulate(float *buff, int count, sample_t *bas, double amplitude);
|
||||
|
Reference in New Issue
Block a user