43 skills found · Page 1 of 2
MahmudulAlam / A Complete Digital Communication SystemA simulation of a complete digital communication system with different modulation schemes in MATLAB for transmitting and receiving text messages.
xukmin / ViterbiA Convolutional Encoder and Viterbi Decoder in C++.
smakonin / SparseNILMThe super-state hidden Markov model disaggregator that uses a sparse Viterbi algorithm for decoding. This project contains the source code that was use for my IEEE Transactions on Smart Grid journal paper.
jfoshea / Viterbi Decoder In VerilogAn efficient implementation of the Viterbi decoding algorithm in Verilog
maxrmorrison / TorbiViterbi decoding in PyTorch
coole198669 / Viterbi DecoderHardware Viterbi Decoder in verilog
dtkirsch / HmmThis project is a Ruby gem ('hmm') for machine learning that natively implements a (somewhat) generalized Hidden Markov Model classifier. At present, it is capable of supervised learning (using labeled training data) and Viterbi decoding. Unsupervised learning is on the way.
shubhamchandak94 / Nanopore Dna StorageDNA storage for nanopore sequencing using convolutional coding and basecaller-decoder integration
f4goh / CONVOLUTIONConvolutional (Viterbi) Encoding and decoding
carthach / KBestViterbiPython code for doing k-Best or List decoding with the Viterbi algorithm
8ff / ViterbiConvolutional encoder and a Viterbi decoder written in Golang
howl-anderson / MicroHMM一个微型的基于 Python 的 HMM (隐马尔可夫模型) 包 | A micro python package for HMM (Hidden Markov Model)
williamyang98 / ViterbiDecoderCppViterbi decoder with vectorisation written in C++
Archit-halder / Viterbi AlgorithmThis is about the implementation of (2,1,4) Convolutional Encoder and Viterbi Decoder using Verilog VHDL.
alexmrqt / PyTurboA set of Python class implementing basic several turbo-algorithms (e.g. : turbo-decoding)
simgunz / Viterbi DecoderA matlab+mex implementation of a convolutional encoder and a Viterbi decoder
BaimingZhang26213 / Viterbi Decoderopen source viterbi decoder for openWiFi
mohammad-rowshan / List Viterbi Decoder For PAC CodesA list Viterbo algorithm for decoding PAC codes with various code constructions/rate-profiles
cea-wind / Viterbi Decoderconvolution codes simulation, decoder using the viterbi algorithm.
vineel49 / Turbo CodeIterative decoding of turbo codes using the Soft Output Viterbi Algorithm (SOVA)