Skip to content

Julia module for digital communication tools.

License

Notifications You must be signed in to change notification settings

iss2g/DigitalComm.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Makie.jl

DigitalComm.jl

Run tests

Purpose

This package aims to provide some usefull tools to manipulate digital communication blocks in Julia. Currently, the package support the following elements

  • Bit manipulation
    • Generation of random binary sequence
    • Conversion between binary sequences and octal sequences
    • Non Return to Zero Inverted (NRZI) encoding and decoding
  • Modulation // demodulation
    • Quadrature Amplitude Modulation (QAM) with 4-QAM (QPSK), 16-QAM, 64-QAM and 256-QAM.
    • Hard demapper for the x-QAM formats
    • Max log Soft demapper for the x-QAM formats
  • Single carrier pulses shapes
    • Raised Cosine pulse shape
    • Square root raised Cosine pulse shape
  • Multicarrier Waveform generation and decoding
    • Support of multicarrier Waveforms: OFDM, UF-OFDM, WOLA, BF-OFDM

Installation

The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:

pkg> add DigitalComm

Or, equivalently, via the Pkg API:

julia> import Pkg; Pkg.add("DigitalComm")

Documentation

  • STABLEdocumentation of the most recently tagged version.

Changelog

  • v1.2 : Adding NRZ encoding and decoding scheme

About

Julia module for digital communication tools.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 100.0%