convolutional-codes
There are 21 repositories under convolutional-codes topic.
veeresht/CommPy
Digital Communication with Python
quiet/libcorrect
C library for Convolutional codes and Reed-Solomon
cihatkececi/ChannelCodingProjectList
List of open source channel coding projects and libraries.
libsusa/susa
High Performance Computing (HPC) and Signal Processing Framework
vccimaging/CCSC_code_ICCV2017
This is the source code repository for the ICCV 2017 paper "Consensus Convolutional Sparse Coding".
shubhamchandak94/nanopore_dna_storage
DNA storage for nanopore sequencing using convolutional coding and basecaller-decoder integration
alexmrqt/gr-lazyviterbi
GNURadio implementation of the lazy Viterbi algorithm
pdadial/pyComm
Simulation of Digital Communication in Python
pvgupta24/Sequential-Decoder
Sequential Decoder (Fano's Algorithm) in Matlab for Data Communication and Networking
bhargavsaidasari/Error-Control-Coding
Viterbi Decoding for Convolutional Codes
NegarMirgati/CodingAndErrorDetection
An implementation of Huffman coding and Convolutional coding using python
HaoyyLi/HMM-decoder
This repository is the MATLAB codes related to the following article: "Hybrid HMM Decoder For Convolutional Codes By Joint Trellis-Like Structure and Channel Prior"
JunLee85/ARM32-SGEMM-LIB
a fast sgemm lib with fix 16 enable on arm 32
linkingmon/CommLab
Communication Lab (2019 Spring)
Metacometa/yadro-test-algorithms-trainee
Implementation of convolutional coding and Viterbi decoding
WeileiZeng/hybrid-viterbi-decoder
A viterbi decoding method able to decode both qubit error and syndrome error
kamberasaf/convolutional-codes
Simulates convolutional codes and Viterbi decoding with visualization support
RiccardoSagramoni/convolutional-code-generator
University Project for "Electronics and Communication Systems" course (MSc Computer Engineering @ University of Pisa). VHDL design and logical synthesis of a convolutional code generator.
tomekkorbak/cifar10-experiments
I explore CIFAR-10 dataset, estabilish a kNN benchmark, extract features using a pre-trained ConvNet and then fit and evaluate an SVM classifier
KathanS/Convolutional-Codes
Project is on the software implementation and performance analysis of the convolution coding scheme. Simulation was done in the following way: output of convolutional encoder was passed through the BSC, BEC and the Gaussian channels, and for each channel, the received sequence was decoded using a convolutional decoding algorithm.