Stars
klyone / opencores-ip
Forked from fabriziotappero/ip-coresA huge collection of VHDL/Verilog open-source IP cores scraped from the web
Notes and simulations on modulations at the waveform level
FEC Codec IP core library for a some famous codes (BCH, RS, LDPC, Turbo)
All in one vscode plugin for HDL development
C++ implementation of Reed-Solomon encoding/decoding
Sequential Decoder (Fano's Algorithm) in Matlab for Data Communication and Networking
tiny recursive descent expression parser, compiler, and evaluation engine for math expressions
Tiny recursive descent expression parser, compiler, and evaluation engine for math expressions and spreadsheet formulas in C++.
A linkable library for WinTelive to decode ACELP codec.
Osmocom TETRA MAC/PHY experimentation code; Mirrored from https://gitea.osmocom.org/tetra/osmo-tetra
TurboFEC - SIMD vectorized LTE turbo and convolutional encoders and decoders
List of open source channel coding projects and libraries.
Fast multi-thread FEC simulator & library of efficient digital communication algorithms for SDR.
A Matlab code for the "Maximum Likelihood Sequence Detection" for any CPM modulation (GMSK-RECT-RC....) using the Viterbi Algorithm.
Using state redcution Viterbi algorithm to detect continous phase modulation signal,getting an tradeoff between accuracy and complexity.
gouruyuan / Ne10
Forked from projectNe10/Ne10An open optimized software library project for the ARM® Architecture
The Compute Library is a set of computer vision and machine learning functions optimised for both Arm CPUs and GPUs using SIMD technologies.
SIMD macro assembler unified for ARM, MIPS, PPC and x86
Qt 实现的 Ribbon 风格菜单栏,基本思路是定制QTabWidget,通过QSS(样式表)实现显示样式的调整,QRibbon的原则是尽量不侵入正常业务逻辑的开发,所以在开发基于QMainWindow的程序时,可以按照正常的开发流程创建界面,创建普通的菜单栏以及菜单项及其信号槽关联,最后调用QRibbon::install(&mainWindow)函数即可自动创建出与QMainWindo…