sana29

积分:393
上传文件:5
下载次数:8
注册日期:2018-10-21 22:09:54

上传列表
inspectrum-master.zip - cmake_minimum_required(VERSION 2.8) project(inspectrum CXX) enable_testing() set(CMAKE_AUTOMOC ON) set(CMAKE_INCLUDE_CURRENT_DIR ON) list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules) if (WIN32) find_library (MMAN mman) if(NOT(MMAN)) message(FATAL_ERROR "please install mman-win32") else(NOT(MMAN)) set (extraLibs ${extraLibs} ${MMAN}) endif(NOT(MMAN)) ENDIF (WIN32) # This only works in cmake >3.1 #set_property(TARGET inspectrum PROPERTY CXX_STANDARD 11) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++11 -O3") list(APPEND inspectrum_sources main.cpp fft.cpp mainwindow.cpp inputsource.cpp spectrogram.cpp spectrogramcontrols.cpp ) INCLUDE(FindPkgConfig) find_package(Qt5Widgets REQUIRED) pkg_check_modules(FFTW REQUIRED fftw3f) include_di,2018-10-21 22:50:50,下载1次
telive-master.zip - Description Telive is a program which can be used to display information like signaling, calls, short SDS, location information etc from a TMO Tetra network. It is also possible to log the signalling information, listen to the audio in realtime and to record the audio. Playing the audio and re-compressing it into ogg is done via external scripts. The software is based upon modified osmocom-tetra software. Location information can be written to a KML file, to be opened in Google Earth and similar software. The software can optionally control the receiver to automatically tune based on signalling information, or to provide scanning functionality. . (,2018-10-21 22:49:44,下载0次
gr-hubsan-master.zip - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN .,2018-10-21 22:45:48,下载0次
BTLE-master.zip - #top dir cmake project for hackrf and bladeRF BTLE tools cmake_minimum_required(VERSION 2.8) project (btle_all) add_subdirectory(btle-tools) ######################################################################## # Create uninstall target ######################################################################## configure_file( ${PROJECT_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake @ONLY) add_custom_target(uninstall ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake ),2018-10-21 22:17:36,下载0次
inspectrum-0.1.zip - ; 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,2018-10-21 22:14:49,下载0次

近期下载

收藏