搜索资源列表
ecn_error.c.tar
- 在网络中,传递数据的时候经常发生差错,可以用汉明编码进行发送,检错,在一定程度上控制差错-control error by hamming code .This is an Engineering Approach to Computer Networking
hamming积分
- 计算方法中的hamming积分的c语言源程序,可在vs中运行
HammingCode
- 本程序实现了将一组随即二进制数转换为海明码(HammingCode),在引入一处错误的情况下将海明码还原为原来的那组二进制数。 海明码:用于数据链路层的一中数据纠错方案。-Hamming Code
FIRFilter
- 此例子为fir滤波器设计c语言算法实现,包括三角窗,矩形窗,汉宁窗,汉明窗,凯萨窗等经典窗函数。可以直接调用。-This example for the fir filter design algorithm c language, including the triangular window, rectangular window, Hanning window, Hamming window, Caesar windows classic window function. Can be d
Hm
- 计算海明码-Calculation of Hamming code
hhh
- 海明码的校验,是c++程序下,是计算机通信原理相关实验-Hamming code check, is c++ Procedures, is the principle of computer communication experiment
hamming_code
- 此程序实现无线信标定位,GPS产生的信号经过(7,4)汉明码编码后发送,接收端解码得到发送端坐标。程序分为发射和接收2部分,在Keil C下编译实现。-This procedure positioning wireless beacons, GPS signal generated by (7,4) hamming code is encoded to send, receive decoding client coordinates to be the sending end. Transmi
hanming
- 汉 明 码 的 编 码 程 序 , 经 测 试 好 用-Hamming code encoding process, ease of use have been tested
hamming
- Hamming code implementation in c.
hammingCode_unix
- The program implements Hamming code on binary strings
HamingC
- hamming code for c programming language
C
- 在TC3.0环境下开发了一个窗口界面,并能实现汉明码的编、译码功能-The TC3.0 environment has developed a simple interface, and can achieve the Hamming code of writers, decoding functions
hamming
- c语言,海明码编码,把输入的数据转换为序列,然后自动产生一位错误,并在纠错过程中指出错误-c language, Hamming coding to input data into a sequence, and then automatically generate an error, and pointed out an error in the correction process
hamming
- 汉明码,一种简单的编码方式,C语言实现。-Hamming code, a simple encoding, C language.
fft
- FFT algorithms FFT, IFFT, power spectrum calculation, including the Hamming window, Hanning window, triangle window, Blackman window, 4 term Blackman-Harris window of several of the power spectrum window function computing power.
Hamming
- 在传统51上实现汉明码的编码解码,开发环境keil,并用proteus进行仿真。-In traditional 51 implemented on han gold-digging coding and decoding, development environment, and proteus keil simulation.
hamming
- 汉明码(7,4)以及(15,11)的C++编解码实现-Hamming code (7,4) and (15,11) of the C++ coding and decoding achieve
hamming
- 纠错编码里的线性分组码,汉明码的编译码。译码采用矫正子译码-The decoding algorithm used in hamming.c is unique in the sense that the syndrome of the receive word gives directly the decimal representation of the error position
Hamming
- C++实现汉明码生成以及检错纠错过程,体现出检错纠错功能。无线网络技术与导论,计算机网络,课程作业。-Hamming code implemented in C++ and error detection and correction process, reflecting the error detection and correction capabilities. Introduction of wireless network technology and computer networ
walsh-decoding-with-hamming-distance
- Aim: do walsh coding with hamming distance.To compare WALSH decoding for synchronous CDMA with decoding using hamming distance. a) System should be supplied with correct/ corrupted version (one/ two bit) of transmitted walsh code(s)