viterbi-decoder
There are 24 repositories under viterbi-decoder topic.
MahmudulAlam/A-Complete-Digital-Communication-System
A simulation of a complete digital communication system with different modulation schemes in MATLAB for transmitting and receiving text messages.
jfoshea/Viterbi-Decoder-in-Verilog
An efficient implementation of the Viterbi decoding algorithm in Verilog
coole198669/viterbi_decoder
Hardware Viterbi Decoder in verilog
howl-anderson/MicroHMM
一个微型的基于 Python 的 HMM (隐马尔可夫模型) 包 | A micro python package for HMM (Hidden Markov Model)
8ff/viterbi
Convolutional encoder and a Viterbi decoder written in Golang
shubhamchandak94/nanopore_dna_storage
DNA storage for nanopore sequencing using convolutional coding and basecaller-decoder integration
alexmrqt/PyTurbo
A set of Python class implementing basic several turbo-algorithms (e.g. : turbo-decoding)
jfoshea/Viterbi-Decoder-in-Matlab
Matlab implementation of the Viterbi Decoder Algorithm
williamyang98/ViterbiDecoderCpp
Viterbi decoder with vectorisation written in C++
brucequz/OFDM_cpp
Project OFDM: A C++ implementation of ECE132A course project
pkpraveen895/Viterbi-Decoding-and-Feature-Engineering
Implemented the Viterbi algorithm for sequence tagging, did feature engineering to identify a good set of features and also compared the MEMM and CRF Statistical Modeling Methods, using Tensor Flow framework.
Sanya-123/Lib_myViterbi
viterbi coder/decoder for cpp and verolog
hrshtv/HMM-POS-Tagging
POS tagging using a Hidden Markov Model (HMM) with Viterbi Decoding
irenebenedetto/viterbi-algorithm
Matlab implementation of Viterbi algorithm for binary encoding
Metacometa/yadro-test-algorithms-trainee
Implementation of convolutional coding and Viterbi decoding
nazaninsbr/Source-and-Network-Coding
Huffman, convolutional and viterbi coding
RichardS0268/Input-Method_PinYin
Project 1 of the THU course Introduction to AI
tomikova/natural-language-processing
Implementation of various smoothing algorithms and implementation of model evaluator using Hidden Markov Model, Viterbi decoder and Good-Turing frequency estimation
WeileiZeng/hybrid-viterbi-decoder
A viterbi decoding method able to decode both qubit error and syndrome error
linkingmon/ECC
Error Correction Code (2021 Fall)
Toure-exe/Hidden-Markov-Model-NER-tagging
NER tagging with HMM and Viterbi algorithm