搜索结果
找到约 191 项符合
DeCoder 的查询结果
按分类筛选
- 全部分类
- 压缩解压 (17)
- 通讯/手机编程 (16)
- VHDL/FPGA/Verilog (13)
- 单片机开发 (12)
- 其他 (11)
- matlab例程 (10)
- 多媒体处理 (6)
- Linux/Unix编程 (6)
- 汇编语言 (6)
- 系统设计方案 (5)
- 行业发展研究 (5)
- 加密解密 (4)
- 语音压缩 (4)
- DSP编程 (4)
- 电子书籍 (4)
- 资料/手册 (3)
- 单片机编程 (3)
- 嵌入式/单片机编程 (3)
- 编译器/解释器 (3)
- 其他嵌入式/单片机内容 (3)
- 书籍源码 (3)
- 通讯编程文档 (3)
- VIP专区 (3)
- 邮电通讯系统 (2)
- 数值算法/人工智能 (2)
- 嵌入式Linux (2)
- 软件设计/软件工程 (2)
- 其他书籍 (2)
- Modem编程 (2)
- 家庭/个人应用 (2)
- 微处理器开发 (2)
- Java编程 (2)
- 文章/文档 (2)
- CA认证 (2)
- 文件格式 (2)
- 数据库系统 (1)
- VxWorks (1)
- 游戏 (1)
- 数据结构 (1)
- 技术管理 (1)
- 交通/航空行业 (1)
- 软件工程 (1)
- 网络 (1)
- *行业应用 (1)
- FlashMX/Flex源码 (1)
- 人工智能/神经网络 (1)
- 操作系统开发 (1)
- VC书籍 (1)
- 手机短信编程 (1)
- 手机彩信(MMS)编程 (1)
- 中间件编程 (1)
- Windows CE (1)
- 电路图 (1)
- 论文 (1)
- 技术资料 (1)
Linux/Unix编程 The decoding algorithm used in RBDS.c is based on error trapping. The program emulates the operation
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.
游戏 构成及源代码: 1 构成:VB程序调用VC编写的OCX
构成及源代码:
1 构成:VB程序调用VC编写的OCX,这样做是为了方面大家自己做界面。
2 OCX的输出函数:只有一个:void CQQDecoderCtrl::Decoder(LPCTSTR fileQQ, LPCTSTR filePwd) ,第一个参数是QQ的密码文件,第二个参数是密码字典。
3 源代码:VB的源代码不作介绍了,附件里面有。这里只说明一下VC的源代码(附件里面也 ...
Modem编程 This a software runing on the matlab, it is used in the channel coding simulation. It include DVB-S
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.
matlab例程 his packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is w
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) ...
VHDL/FPGA/Verilog Spartan 3 Digilent Demo:This demo drives the perphrials on the Spartan 3 board. This drives a simple
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 ...
汇编语言 This application report describes the use of Timer_A3 to decode RC5 and SIRC TV IR remote control si
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 ...
其他书籍 In recent years large scientific interest has been devoted to joint data decoding and parameter est
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 de ...
网络 A workspace for MS Visual C++ is provided with the name "tml.dsw". It contains the encoder and dec
A workspace for MS Visual C++ is provided with the name "tml.dsw". It contains
the encoder and decoder projects.
VHDL/FPGA/Verilog 介绍了viterbi译码器的编解码器的设计
介绍了viterbi译码器的编解码器的设计,包括decoder.v,encoder.v.control.v,ram.v等,压缩 包里面有pdf说明
嵌入式/单片机编程 G729编码和解码的Matlab源程序 调用方法: 1.需要编码时
G729编码和解码的Matlab源程序 调用方法:
1.需要编码时,在 Matlab命令行下输入"G729code(speech)"(请务必保证 speech是已经存在在 Matlab工作区的一个行向量,其中是语音数据),然后你会在你的文件夹下看到一个"coding.bit"的文件。
2.需要解码时,把"coding.bit"的文件复制到"G729 decoder"的目录下,在Matlab命令行下 ...