文件名称:nrsc5:NRSC-5接收器,用于rtl-sdr
文件大小:22.08MB
文件格式:ZIP
更新时间:2024-06-12 03:02:11
C
nrsc5 该程序使用RTL-SDR加密狗接收NRSC-5数字广播电台。 它提供了命令行界面以及可以在其上构建其他应用程序的API。 在使用它之前,您首先需要使用下面的构建说明来编译程序。 在Ubuntu,Debian或Raspbian上构建 $ sudo apt install git build-essential cmake autoconf libtool libao-dev libfftw3-dev librtlsdr-dev $ git clone https://github.com/theori-io/nrsc5.git $ cd nrsc5 $ mkdir build $ cd build $ cmake [options] .. $ make $ sudo make install $ sudo ldconfig 可用的构建选项: -DUSE_NEON=ON
【文件预览】:
nrsc5-master
----CMakeLists.txt(9KB)
----.gitignore(199B)
----README.md(6KB)
----support()
--------msys2-build(618B)
--------nrsc5.py(16KB)
--------sample.xz(21.98MB)
--------faad2-hdc-support.patch(20KB)
--------cli.py(11KB)
--------win-cross-compile(646B)
----.github()
--------workflows()
----LICENSE(612B)
----include()
--------nrsc5.h(8KB)
----nrsc5.rb(512B)
----src()
--------CMakeLists.txt(3KB)
--------main.c(21KB)
--------sync.h(636B)
--------log.h(914B)
--------acquire.c(11KB)
--------sync.c(21KB)
--------frame.h(1KB)
--------acquire.h(1024B)
--------libnrsc5.sym(431B)
--------rtltcp.c(5KB)
--------nrsc5.c(21KB)
--------input.c(8KB)
--------libnrsc5.map(660B)
--------config.h.in(733B)
--------frame.c(19KB)
--------conv_sse.h(10KB)
--------log.c(2KB)
--------decode.c(11KB)
--------private.h(2KB)
--------pids.h(2KB)
--------strndup.c(1KB)
--------conv_dec.c(11KB)
--------rs_init.c(3KB)
--------unicode.h(148B)
--------input.h(2KB)
--------output.c(19KB)
--------rtltcp.h(710B)
--------pids.c(20KB)
--------decode.h(3KB)
--------rs_char.h(2KB)
--------unicode.c(1KB)
--------defines.h(4KB)
--------conv.h(921B)
--------bitwriter.h(848B)
--------output.h(2KB)
--------rs_decode.c(6KB)
--------conv_neon.h(5KB)
--------firdecim_q15.c(4KB)
--------firdecim_q15.h(377B)
--------conv_gen.h(3KB)
----.travis.yml(2KB)