搜索结果
找到约 902 项符合
channel coding 的查询结果
按分类筛选
- 全部分类
- 技术资料 (151)
- matlab例程 (103)
- 通讯编程文档 (65)
- 通讯/手机编程 (54)
- 其他书籍 (53)
- 书籍 (43)
- 压缩解压 (40)
- 其他 (35)
- 单片机编程 (27)
- 电子书籍 (23)
- 文章/文档 (14)
- 行业发展研究 (14)
- 3G开发 (14)
- 邮电通讯系统 (13)
- 书籍源码 (12)
- 文件格式 (12)
- VHDL/FPGA/Verilog (12)
- 软件设计/软件工程 (12)
- VC书籍 (12)
- 单片机开发 (10)
- Java编程 (9)
- 汇编语言 (8)
- 数据结构 (7)
- 系统设计方案 (7)
- 模拟电子 (6)
- 可编程逻辑 (6)
- Linux/Unix编程 (6)
- Modem编程 (6)
- 论文 (5)
- 学术论文 (5)
- DSP编程 (5)
- 编译器/解释器 (5)
- 其他嵌入式/单片机内容 (5)
- 数值算法/人工智能 (4)
- 加密解密 (4)
- 技术书籍 (4)
- 软件工程 (4)
- Internet/网络编程 (4)
- 游戏 (4)
- 数学计算 (4)
- 嵌入式/单片机编程 (4)
- 其他行业 (4)
- VIP专区 (4)
- 源码 (3)
- 电源技术 (3)
- 无线通信 (3)
- 测试测量 (3)
- 通信网络 (3)
- allegro (3)
- 微处理器开发 (3)
- Java书籍 (3)
- Delphi控件源码 (3)
- GPS编程 (3)
- 行业应用文档 (2)
- 嵌入式综合 (2)
- 教程资料 (2)
- 驱动编程 (2)
- *行业应用 (2)
- 网络 (2)
- 传真(Fax)编程 (2)
- Windows Mobile (2)
- Jsp/Servlet (2)
- 手册 (1)
- 接口技术 (1)
- 多媒体处理 (1)
- 驱动程序 (1)
- ARM (1)
- Genesis (1)
- 编辑器/阅读器 (1)
- 语音压缩 (1)
- 多国语言处理 (1)
- 金融证券系统 (1)
- 技术管理 (1)
- 嵌入式Linux (1)
- Delphi/CppBuilder (1)
- 中间件编程 (1)
- RFID编程 (1)
技术书籍 Xilinx FPGA设计进阶(提高篇)
·Xilinx FPGA设计进阶(提高篇) 文件列表: Ch1_Overview.PDF Ch2_Virtex_arch.PDF Ch3_fpga_design.PDF Ch4_HDL_Coding.PDF Ch5_Constraint.PDF Ch6_Floorplanner.PDF
技术资料 Xilinx FPGA设计进阶(提高篇)
·Xilinx FPGA设计进阶(提高篇) 文件列表: Ch1_Overview.PDF Ch2_Virtex_arch.PDF Ch3_fpga_design.PDF Ch4_HDL_Coding.PDF Ch5_Constraint.PDF Ch6_Floorplanner.PDF
单片机开发 This will sample all 8 A/D-channels by the continous mode. Each end of conversion will call an inte
This will sample all 8 A/D-channels by the continous mode.
Each end of conversion will call an interrupt routine,
where the AD-channel is put to Port4[2..0]
and the upper nibble of the result is put to Port4[7..4].
Port 4 is connected to the user LEDs of the FlashCan100P Evaluation-Board
matlab例程 MULTIDIMENSIONAL SCALING in matlab by Mark Steyvers 1999 %needs optimization toolbox %Modified b
MULTIDIMENSIONAL SCALING in matlab by Mark Steyvers 1999
%needs optimization toolbox
%Modified by Bruce Land
%--Data via globals to anaylsis programs
%--3D plotting with color coded groups
%--Mapping of MDS space to spike train temporal profiles as described in
%Aronov, et.al. "Neural codin ...
压缩解压 Huffman 压缩/解压算法的ANSI C实现 This archive contains a simple and readable ANSI C implementation of Huffm
Huffman 压缩/解压算法的ANSI C实现
This archive contains a simple and readable ANSI C implementation of Huffman
coding and decoding. This implementation is not intended to be the best,
fastest, smallest, or any other performance related adjective.
More information on Huffman encoding may be found at ...
RFID编程 RFID is an area of automatic identifi cation that is gaining momentum and is considered by som
RFID is an area of automatic identi&#64257 cation that is gaining
momentum and is considered by some to emerge as one of
the most pervasive computing technologies in history. In its
simplest form, RFID is a similar concept to bar coding. It is
seen as a means of enhancing data processes and is compl ...
数值算法/人工智能 Exceptional C++ shows by example how to go about solid software engineering. Along with a lot of oth
Exceptional C++ shows by example how to go about solid software engineering. Along with a lot of other material, this book includes expanded versions of the first 30 issues of the popular Internet C++ feature Guru of the Week (or, in its short form, GotW), a series of self-contained C++ engineering ...
matlab例程 LDPC的完整c语言开发源程序代码
LDPC的完整c语言开发源程序代码,可以直接运行,没有错误,里面含有文件:
construct_matrix.cpp
decode.cpp
encode.cpp
Gaussian_channel.cpp
generating_matrix.cpp
get_matrix.cpp
LDPC_main.c
matlab例程 CDMA业务信道卷积编码实现
CDMA业务信道卷积编码实现,根据上下行信道区分生成不同码率的卷积码序列,original_sequence是原始输入序列,channel_select是信道选择参数,其中下行码率为1/2,上行信道为1/3
matlab例程 CDMA业务信道卷积解码实现
CDMA业务信道卷积解码实现,根据上下行信道区分生成不同码率的卷积码序列,original_sequence是原始输入序列,channel_select是信道选择参数,其中下行码率为1/2,上行信道为1/3