搜索资源列表
hammingdecodingencoding
- 1.一个(7,4)汉明编码解码的应用实例 2.解码和编码共存与一个程序中;可以人为添加错误位来测试其解码功能。 3.注释翔实,可移植性强-1. A (7,4) Hamming codec two examples of the application. Decoding and Encoding coexistence and a procedure; human error can add spaces to test their decoding function. 3. Notes
mjpegtools-1.6.3-rc1
- Motion JPEG编解码器源代码,包含一些图象处理算法,如降噪算法等-Motion JPEG codec source code contains some image processing algorithms, such as noise reduction algorithm
huffman_src
- I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their total
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
GA_BP.rar
- 一、用GA直接训练BP网络的权重算法 主程序:gafault.m 它包括以下子程序: 1. BP网络初始化:nninit.m――给出P,T,R,S1,S2; 2. 适应值计算函数:gabpEval.m; 3.将遗传算法的编码解码为BP网络所对应的权值、阈值函数:gadecod.m; 二、用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法 主程序:gabpfault.m 它包括以下子程序: 1. 网络初始化:nninit.m――给出P,T,R,S1,S2
EZW算法的过程详解和Matlab代码
- EZW算法的过程详解和Matlab代码(1)构建扫描次序表(修正小波树结构)写出EZW算法的Matlab程序,可以实现图像的任意级别的小波分解和重构、以及任意精度的EZW编解码过程。下面,我们以一幅16*16的Lena局部图像经过3级小波分解后的小波数据为例详细的说明EZW算法的编解码过程,并给出相应的Matlab代码。-Explain the process of EZW algorithm and Matlab code (1) building a scan list (Amendment
Ed-hoffmann-decoder-
- 设计一个哈弗曼编译码器,功能如下: (1) 初始化:从终端读入字符集大小n,n个字符和n个权值,建立哈夫曼树,存入文件hfmTree (2) 编码:利用已建立好的哈夫曼树,对文件中的正文进行编码,存入文件CodeFile (3) 译码:利用已建立好的哈夫曼树将代码进行译码;或对目标正文编码,存入文件TextFile (4) 印代码文件:50个每行,存入文件CodePrin (5) 打印哈弗曼树:t同时将字符形式的哈弗曼树存入文件TreePrint -Design a Ha
high_ff
- H264 decode in VC 9 include sse3 codec 1. install MinGW 2. set executable files path for VC EX. C:\Program Files\MinGW\bin 3. build path name only in ascii code, can not unicode EX. c:\hi_ff264 or d:\hi_ff264 is good 4. Choice register in
Convolutional-code
- 卷积码编码采用编码函数codec对(2,1,3)卷积码编码,其参数m为输入信息序列,g1,g2为两个输出端口的冲激响应序列。-Convolutional code using the codec for coding function (2,1,3) convolutional code encoder, the parameters m for the input information sequence, g1, g2 for the two output ports impulse res
瑞利衰落信道的误码率分析源代码
- 1.瑞利衰落信道的表示。 2.使用 matlab 构建QPSK 通信仿真系统。 3.使用matlab 分析所构建系统在加有白噪声的瑞利衰落信道情况下的误码率。 4.对增加信道编解码后的信道,使用 Matlab 重新进行误码率分析(编解码方式任选) 。(1.Representation of Rayleigh fading channels. 2. using MATLAB to build QPSK communication simulation system. 3. using