搜索资源列表
16X16led
- 1. LED的显示原理: 16×16扫描LED点阵的工作原理同8位扫描数码管类似。它有16个共阴极输出端口,每个共阴极对应有16个LED显示灯,所以其扫描译码地址需4位信号线(sel0-sel3),其汉字扫描码由16位段地址(l0-l15)输入。 通过时钟的每列扫描显示完整汉字。 2. 本试验实现输出“欢迎光临”四个汉字,采用两种格式输出:(1)依次从右向左连续输出;(2)单个汉字从上及下刷新输出。 -1. LED display Principle: 16 × 16 dot mat
OFDM-program-code
- OFDM程序代码,其中包含了调制过程和降低峰均比以及在多径信道中的传输并对接收到的信号进行译码判决。-OFDM program code, which includes the modulation process and reduce the peak rate and transmission in the multipath channel and received signal decoding.
Iteratively-decodable-codes
- 该文件夹里是迭代译码的Maltab程序实现,详细阐述了译码过程。-The folder is iterative decoding Maltab program implementation, elaborated on the decoding process.
polar_BP_decoder.cu
- 本代码是基于GPU的polar码BP并行译码,主要完成基于GPU的并行译码功能,开发语言为CUDA C。(BP parallel decoding of polar codes based on GPU)