inspectrum-0.1

所属分类:Linux/Unix编程
开发工具:LINUX
文件大小:150KB
下载次数:0
上传日期:2018-10-21 22:14:49
上 传 者sana29
说明:  ; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3, or (at your option) # any later version. # # GNU Radio is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Radio; see the file COPYING. If not, write to # the Free Softw

文件列表:
inspectrum-0.1 (0, 2015-10-04)
inspectrum-0.1\CMakeLists.txt (1449, 2015-10-04)
inspectrum-0.1\LICENSE (35141, 2015-10-04)
inspectrum-0.1\cmake (0, 2015-10-04)
inspectrum-0.1\cmake\Modules (0, 2015-10-04)
inspectrum-0.1\cmake\Modules\FindFFTW.cmake (664, 2015-10-04)
inspectrum-0.1\cmake\cmake_uninstall.cmake.in (1370, 2015-10-04)
inspectrum-0.1\fft.cpp (661, 2015-10-04)
inspectrum-0.1\fft.h (307, 2015-10-04)
inspectrum-0.1\inputsource.cpp (1008, 2015-10-04)
inspectrum-0.1\inputsource.h (378, 2015-10-04)
inspectrum-0.1\main.cpp (1149, 2015-10-04)
inspectrum-0.1\mainwindow.cpp (2875, 2015-10-04)
inspectrum-0.1\mainwindow.h (602, 2015-10-04)
inspectrum-0.1\screenshot.jpg (133743, 2015-10-04)
inspectrum-0.1\spectrogram.cpp (5590, 2015-10-04)
inspectrum-0.1\spectrogram.h (1697, 2015-10-04)
inspectrum-0.1\spectrogramcontrols.cpp (1829, 2015-10-04)
inspectrum-0.1\spectrogramcontrols.h (634, 2015-10-04)

# inspectrum inspectrum is a tool for analysing captured signals, primarily from software-defined radio receivers. ![inspectrum screenshot](/screenshot.jpg) ## Try it ### Prerequisites * qt5 * fftw 3.x * cmake * pkg-config ### Building on Debian-based distros sudo apt-get install qt5-default libfftw3-dev cmake pkg-config mkdir build cd build cmake .. make sudo make install ## Building on OSX brew install qt5 fftw cmake pkg-config mkdir build cd build CMAKE_PREFIX_PATH=$(brew --prefix qt5)/lib/cmake cmake .. make install ### Run ./inspectrum Currently inspectrum can only read files with interleaved (complex) 32-bit floats, such as those produced by GNURadio or osmocom_fft. ## Features * Spectrogram with zoom/pan * Large (multi-gigabyte) file support ## Goals * Be fast and light * Make as many settings as possible work in realtime. I want this to be a useful tool for visually learning about DSP by tweaking around with things like FFT settings, filter widths or clock synchronisation. * Support large files - as large as possible, but at least several GBs. * Future features: filtering, demodulation, clock sync. Probably based on GNURadio. ## Contact * #inspectrum on freenode IRC

近期下载者

相关文件


收藏者