Coder Social home page Coder Social logo

jx9527 / fhss-hopping-estimation Goto Github PK

View Code? Open in Web Editor NEW
29.0 4.0 8.0 554 KB

1. HackRF and GUNRadio are used to generate and transmit frequency hopping signals 2. Use LSTM to realize FH point identification of FH signal

CMake 16.36% C 2.06% C++ 3.43% Makefile 14.20% HTML 4.40% JavaScript 2.44% CSS 3.29% XSLT 0.07% Shell 0.54% Python 53.20%
gnuradio fhss frequency-hopping deep-learning hackrf-one

fhss-hopping-estimation's Introduction

Contains two parts:

**Part1: ** Use gnuradio to generate radio signal data sets under different modulation methods and different frequency hopping parameters, and combine with hackRF-One to add interference generated by sending and receiving in a real environment.

**Part2: **Use deep networks such as RNN to estimate the location of the frequency hopping point.


Pat1: Build the RML-DateSet

There is a data generation flow diagram under the ./grc , as shown in the figure below, for custom modules, see the ./gr-my_fhss_v1/python

​ AM_FHSS.grc

​ FM-FHSS.grc

​ BPSK-FHSS.grc

​ QPSK-FHSS

​ 2FSK-FHSS.grc

Tips:

addlist_fhss_cc.py and add_fhss_cc.py generate frequency hopping period is 8 and the frequency hopping interval is 25Khz. The difference is that the length of a frequency hopping is not fixed, and the length of a frequency hopping is fixed and can be controlled by itself.

fhss_list_sink and fhss_sink collecte and make data sets, and at the same time normalized the data.

Due to the limitation of the gnuradio cache size, the number of points fetched each time is 4096 or 4095, so it is necessary to design the corresponding algorithm to achieve, see ./collect-data-png for specific implementation.


Part2: The estimation of frequency hopping point.

​ To be continued !!!

fhss-hopping-estimation's People

Contributors

jx9527 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

fhss-hopping-estimation's Issues

Is Python2 Or Python3?

There is something wrong when I CMake the mod:

-- Found Git: /usr/bin/git
-- No C++ sources... skipping lib/
-- No C++ sources... skipping swig/
-- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at least version "2")
CMake Error at cmake/Modules/GrPython.cmake:113 (file):
file FILE([TO_CMAKE_PATH|TO_NATIVE_PATH] path result) must be called with
exactly three arguments.
Call Stack (most recent call first):
python/CMakeLists.txt:23 (include)

-- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at least version "2")
CMake Error at cmake/Modules/GrPython.cmake:113 (file):
file FILE([TO_CMAKE_PATH|TO_NATIVE_PATH] path result) must be called with
exactly three arguments.
Call Stack (most recent call first):
apps/CMakeLists.txt:20 (include)

-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Configuring incomplete, errors occurred!
See also "/home/hackrf/gr-FHSS/build/CMakeFiles/CMakeOutput.log".

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.