readme
来自「这是用python语言写的一个数字广播的信号处理工具包。利用它」· 代码 · 共 33 行
TXT
33 行
Decoding ATSC using 19.2MSps rate over 5 processes--------------------------------------------------1) Verify signal, adjust antenna and find best gain setting using usrp_fft.py,station frequency from the fcc video database, and decimation of 10.2) Capture data - adjust gain (-g) frequency (-f) and which sidethe tvrx is on to fit your local setup:usrp_rx_cfile.py -R B -d 10 -g 65 -f 503e6 atsc_data_6-4m_complex You probably still need fast disks to take the data, like a raid-0 set ofstriped sata drives. Make sure there are no or very few Ou overruns.3) Make pipes:mkfifo /tmp/atsc_pipe_1mkfifo /tmp/atsc_pipe_2mkfifo /tmp/atsc_pipe_3mkfifo /tmp/atsc_pipe_4mkfifo /tmp/atsc_pipe_54) In seperate windows run processes:./interp.py <input rf data at 6.4Msps>./xlate.py./fpll.py./btl-fsd.py./viterbi-out.py <output mpeg transport stream>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?