├── COPYING ├── ChangeLog ├── LICENSE ├── Makefile ├── README ├── TODO ├── coeff.c ├── downsample.c ├── local_sound.c ├── rtl_hpsdr.c ├── rtl_hpsdr.conf └── rtl_hpsdr.h /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n1gp/rtl_hpsdr/HEAD/COPYING -------------------------------------------------------------------------------- /ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n1gp/rtl_hpsdr/HEAD/ChangeLog -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n1gp/rtl_hpsdr/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n1gp/rtl_hpsdr/HEAD/Makefile -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n1gp/rtl_hpsdr/HEAD/README -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n1gp/rtl_hpsdr/HEAD/TODO -------------------------------------------------------------------------------- /coeff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n1gp/rtl_hpsdr/HEAD/coeff.c -------------------------------------------------------------------------------- /downsample.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n1gp/rtl_hpsdr/HEAD/downsample.c -------------------------------------------------------------------------------- /local_sound.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n1gp/rtl_hpsdr/HEAD/local_sound.c -------------------------------------------------------------------------------- /rtl_hpsdr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n1gp/rtl_hpsdr/HEAD/rtl_hpsdr.c -------------------------------------------------------------------------------- /rtl_hpsdr.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n1gp/rtl_hpsdr/HEAD/rtl_hpsdr.conf -------------------------------------------------------------------------------- /rtl_hpsdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n1gp/rtl_hpsdr/HEAD/rtl_hpsdr.h --------------------------------------------------------------------------------