The decoding algorithm used in RBDS.c is based on error trapping. The program emulates the operation of the encoder and deCODEr of a binary cyclic codes, using bitwise shifts and xor for modulo g(x) operations.
标签: The algorithm operation decoding
上传时间: 2015-07-05
上传用户:youmo81
构成及源代码: 1 构成:VB程序调用VC编写的OCX,这样做是为了方面大家自己做界面。 2 OCX的输出函数:只有一个:void CQQdeCODErCtrl::deCODEr(LPCTSTR fileQQ, LPCTSTR filePwd) ,第一个参数是QQ的密码文件,第二个参数是密码字典。 3 源代码:VB的源代码不作介绍了,附件里面有。这里只说明一下VC的源代码(附件里面也有)。
上传时间: 2015-07-05
上传用户:jing911003
This a software runing on the matlab, it is used in the channel coding simulation. It include DVB-S2 LDPC, Covolution turbo, and block turbo code, You can choose which channel coding to run. it run the encoder and add white noise in the channel, then it run the deCODEr, and compute the error rate.
标签: simulation the software channel
上传时间: 2015-08-06
上传用户:
his packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is written for static channel and AWGN noise. The packet include: 1) Packet Builder (Viterbi Encoding, Interleaver, PN generation) 2) Modulator (RRC filter) 3) Demodulator (Matched Filter, RAKE receiver) 4) Receiver (HD or SD) (Deinterleaver, Viterbi deCODEr). You should run "Simulation.m" function that include all modules.
标签: simulation baseband channel packet
上传时间: 2013-12-23
上传用户:zhangyigenius
Spartan 3 Digilent Demo:This demo drives the perphrials on the Spartan 3 board. This drives a simple pattern to the VGA port, connects the switches to the LEDs, buttons to each anode of the seven segment deCODEr. The seven segment deCODEr has a simple counter running on it, and when SW0 is in the up position the seven segment deCODEr will display scan codes from the PS2 port. This demo how ever does not drive the RS-232 port or the memory. This is a simple design done entirely VHDL not microblaze.
标签: Spartan drives This perphrials
上传时间: 2014-05-29
上传用户:SimonQQ
This application report describes the use of Timer_A3 to decode RC5 and SIRC TV IR remote control signals. The deCODEr described in this report is interrupt-driven and operates a background function using specific features the Timer_A3. Only a small portion of the MSP430 CPU?s nonreal-time resources is used. Specific hardware bit-latching capabilities of the Timer_A3 module are used for real-time decoding of the IR data signal, independent and asynchronous to the CPU. CPU activity and power consumption are kept to an absolute minimum level. The Timer_A3 deCODEr implementation also allows other tasks to occur simultaneously if required. The solutions provided are written specifically for MSP430x11x(1) and MSP430x12x derivatives, but can be adapted to any other MSP430 incorporating Timer_A3. 電視遙控器設計基於MSP430
标签: application describes Timer_A control
上传时间: 2014-01-01
上传用户:qq21508895
In recent years large scientific interest has been devoted to joint data decoding and parameter estimation techniques. In this paper, iterative turbo decoding joint to channel frequency and phase estimation is proposed. The phase and frequency estimator is embedded into the structure of the turbo deCODEr itself, taking into consideration both turbo interleaving and puncturing. Results show that the proposed technique outperforms conventional approaches both in terms of detection capabilities and implementation complexity.
标签: scientific parameter interest decoding
上传时间: 2015-12-30
上传用户:894898248
A workspace for MS Visual C++ is provided with the name "tml.dsw". It contains the encoder and deCODEr projects.
标签: workspace the contains provided
上传时间: 2013-12-21
上传用户:wanghui2438
介绍了viterbi译码器的编解码器的设计,包括deCODEr.v,encoder.v.control.v,ram.v等,压缩 包里面有pdf说明
上传时间: 2013-12-20
上传用户:zhichenglu
G729编码和解码的Matlab源程序 调用方法: 1.需要编码时,在 Matlab命令行下输入"G729code(speech)"(请务必保证 speech是已经存在在 Matlab工作区的一个行向量,其中是语音数据),然后你会在你的文件夹下看到一个"coding.bit"的文件。 2.需要解码时,把"coding.bit"的文件复制到"G729 deCODEr"的目录下,在Matlab命令行下输入"G729deCODErmain",然后你会在文件夹下看到"syn_speech.wav",那就是重构语音。 enjoy it!
上传时间: 2013-12-22
上传用户:GavinNeko