搜索资源列表
SHA1Demo
- 只包括两个核心文件sha1.cpp及sha1.h 计算数据的sha1摘要。简单,好用。 由于bit endian及little endian的原因,有些计算sha1摘要的算法计算出来的结果与正确结果有差异。此源码经过测试,与RFC里列出的测试结果匹配。-only two core document sha1.cpp sha1.h calculation and data sha1 Abstract. Simple and Easy. Because bit endian and litt
lzwfordepresscoding
- LZW压缩和解压缩程序 lzw.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 lzw E <in-file> <out-file> 解压缩 lzw D <in-file> <out-file> 压缩时,读入<in-file>中内容,压缩后存入<out-file>中,得到压缩文件。 解压缩时,读入<in-
H265_2008_8_23
- ZPAV (H.265) is audio-visual codec protocol, very different from H264/MPEG4, ZPAV (H.265) basic algorithm is wavelets, SPIHT, BSW, MMW, ...... ZPAV (H.265) basic algorithm : 1, analysis/synthesis : wavelets 2, denoise : GCV (general
hyplas
- ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
Strapdown
- 一、数据说明: 1:惯导系统为指北方位的捷连系统。初始经度为116.344695283度、纬度为39.975172度,高度h为30米。 初速度为v0=[0.000048637 0.000206947 0.007106781],飞行高度不变。 2:jlfw中为600秒的数据,陀螺仪和加速度计采样周期分别为为1/80秒和1/80秒。 3:初始姿态角为[0.120992605 0.010445947 91.637207](俯仰,横滚,航向,单位为度), jlfw中保存的为比力信
LDPC_gallager
- 利用gallager的方案进行生成H矩阵,在高斯信道下得到误码率得性能仿真-The program generated using gallager H matrix, in the Gaussian channel bit error rate was obtained Simulation
H
- 绍了OFDM技术的基本原理及系统实现,并分析了OFDM系统的优缺点;接着论述了自适应比特功率分配算法的原理和步骤,同时还着重介绍了注水算法,并对该算法进行了实验仿真,进一步论证了该算法是最优的功率分配算法-This thesis introduces the basic principle and implementation of the OFDM system firstly, and analyzes the advantages and disadvantages of the OFDM
gc-bpm_stabilize-image
- 实现一个含抖动视频的稳定处理,gc-bpm(h灰度编码位平面)算法,实现了运动估计,运动补偿-Implement a jitter containing video stabilization processing, the GC-bpm (Gray code bit-plane) algorithm, and the motion estimation, motion compensation
code-matlab
- 利用SIMULINK和M函数相结合的方式仿真BFSK 调制在多路径瑞丽衰落信道中的传输性能。其中 source产生速率为10Kbit/s、帧长度为1秒的二进制数据源data,并且通过BFSK产生调制信号。BFSK调制的频率间隔为24KHz, BPSK调制符号的样点数为2,调制信号通过多径瑞利衰落信道,移动终端相对运动速率为40公里/小时,接收端对信号进行解调,并把解调后的信号和原始数据信号相比较计算误比特率。最后Sink模块根据SNR与误比特率的关系绘制曲线。-And M functions u
algorithms-master
- 1. 经典的算法实现 2. 服务器端 3. 正确,易于使用和改造, 一个头文件一个算法,并附带一个demo. 1. 一个算法用一个.h文件表示放到include下.2. 算法演示的demo程序放到src下.3. 程序正确通过后,请发起Pull Requests,代码被验证后入库,并在README中发布新算法实现。 已实现 ( Implemented ): Array shuffle Prime test(trial division) Prime test(Mi
binerasure
- This program implements the bit Flipping algorithm for the binary erasure channel. Here y is the received vector and H is the parity check matrix. I have taken an arbitrary parity check matrix. If the entry of y is -1, that means that it is erased. A
decodeBitFlip
- function vHat decodeBitFlipping(rx, H, iteration) Hard-decision/bit flipping sum product algorithm LDPC decoder rx : Received signal vector (column vector) H : LDPC matrix iteration : Number of iteration vHat : Decoded vector (
BitIOTest1
- 这是一个练习使用位写入/写出的程序,利用bitio.c和bitio.h工具整合,可以向文本文件E:\\bitio1.txt中读取和写入数个位,使用者可以通过调试功能进一步了解位写入写出的作用。进而给今后做数据压缩打下基础。-This is a practice using bit write/write program, using bitio.c and bitio.h tool integration, you can read and write several bits to the t
x265_2.5.tar
- x265 is the leading H.265 / HEVC encoder software library. Compress video with higher quality and lower bit rates than H.264. Open source codec.
onlite
- 只包括两个核心文件sha1 cpp及sha1 h 计算数据的sha1摘要,简单,好用, 由于bit endian及little e()
LDPC-PEG算法构造H矩阵
- LDPC-PEG算法构造H矩阵源码程序,matlab源码程序 clear all; clc; %输入编码参数,m:校验节点数目,n:变量节点数目(注意码率R不一定为1/2) %构造任意码率的LDPC校验矩阵 m=input('The number of check nodes:'); n=input('The number of variable nodes:'); h=zeros(m,n); %给定变量节点度分布序列 dv=0.38354*x+0.04237*x^2+0.5740