Skip to content

Understanding Radio Frequency Fingerprint Identification with virtual databases

License

Notifications You must be signed in to change notification settings

JuliaTelecom/Rifyfi.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RiFyFi.jl

Build Status

Makie.jl
Makie.jl

RiFyFi is a framework for Radio Frequency Fingerprint Identification. RFF is a unique signature created in the emitter transmission chain by the hardware impairments. These impairments may be used as a secure identifier as they cannot be easily replicated for spoofing purposes. In recent years, the RFF identification relies mainly on Deep Learning (DL), and large databases are consequently needed to improve identification in different environmental conditions. RiFyFi is introduced to propose a framework combine with a virtual database to explore the RFF identification. Different transmission scenarios are modeled such as the data type (being a preamble or a payload) and the data size.

RiFyFi is composed of different subpackage

  • RiFyFi_VDG : The Virtual Database Generator
  • RiFyFi_IdF : Package for training and testing network
  • Augmentation : Package used for data augmentation
  • Results : Package to create some confusion matrix or F1 score evolution in function of time.

Protocol to use RiFyFi with Julia

  • Insatall Julia (here develop with 1.8.5)
  • Create a folders
  • Download or clone the project with: git clone https://github.com/JuliaTelecom/Rifyfi.jl
  • Going in Rifyfi.jl folders
  • Open a Julia terminal
  • From the Julia REPL, type ] to enter the Pkg REPL mode and run:
pkg> activate .
pkg>  instantiate

Then you can you the script script_example.jl, in the Julia Terminal :

julia> include("src/script_exemple.jl")

If you want to create your own scenario use the script example to configure the database generator.

You can use RiFyFi in two manners:

  • Creating random parameter values for impairments
  • Define the value of the impairments parameters with scenario file, for example a scenario file is propose with 6 transmitters and 5% of similarity between Impairments.

About

Understanding Radio Frequency Fingerprint Identification with virtual databases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages