搜索资源列表
215test
- 用c语言完成(2,1,5)卷积码,viterbi解码-Complete with c language (2,1,5) convolutional code, viterbi decoding
LTE_Link_Level_6_r917
- LTE链路级的仿真,非常的全面。考虑了现有LTE的大部分技术。MATLAB仿真,有些功能是用C代码写的。http://www.pudn.com/downloads240/sourcecode/comm/wireless/detail1121790.html 的内容的最新版本。-The LTE Link Level simulator simulator is provided with a test simulation scenario that can be used to verify
leach
- leach协议的matlab仿真代码,仿真用源码-leach agreement matlab simulation code, simulation with source
IRAcode
- 非规则重复累积码(IRA)在AWGN信道的编译码C程序,译码算法BP算法。程序用txt文档保存。-Code irregular repeat accumulate (IRA) in the AWGN channel codec C procedures, BP decoding algorithm. Txt document with the preservation process.
poisson_rayleigh
- 用C语言实现的泊松,瑞利,正态分布函数图形仿真-Using C language Poisson, Rayleigh, normal distribution function graphical simulation
MTVPlayer
- 针对诺基亚手机开发,支持手机视频播放,用c++开发,很流畅-Nokia mobile phones for development, support for mobile video player, using c++ development, it is smooth
OFDMchannel
- OFDM的信道估计程序,用C语言写的,基于导频的,大家先看看。-OFDM channel estimated program
wcdma_ccode
- 用c语言写的WCDMA的仿真程序,包含信道编码,交织,调制,扩频等。-A WCDMA simulation program using C language.
LTE_Link_Simulation
- LTE链路级的仿真,非常的全面。考虑了现有LTE的大部分技术。MATLAB仿真,有些功能是用C代码写的。-the link simulation of LTE. the most technology of LTE are in consideration . the simulantion uses matlab but some functions are written by c.
215test
- 用c语言实现(2,1,5)卷积码编码,viterbi解码。-With c language (2,1,5) convolutional code encoder, viterbi decoding.
cdma_c
- 关于宽带CDMA系统的仿真程序,用C语言编写。内容保护各种信道模型,调制信号如QPSK的产生,各种接收如RAKE接收-Wideband CDMA system on the simulation program, using C language. Content Protection various channel models, such as the QPSK modulation signal generation, a variety of receivers such as RAKE
decoder
- 七号信令的解码 用C++进行实现 主要是MAP-VII signaling decoding implementation using C++, mainly MAP
OpenSourceLTE
- LTE上行数据生成程序,非常完备,可以直接作为可靠的发射机来用。也可以作为理解LTE协议的辅助工具。-The source code is for waveform generation of LTE uplink signals. It is written in Microsoft Visual C++. It is designed for users who want to create programs for creating LTE uplink waveforms. Rather
Channel_interweave
- 用C/C++实现的信道交织部分的代码,用于LTE物理共享信道,包括RI,HARQ_ACK,CQI和数据四部分的交织。-C/C++ achieve the channel interleaving part of the code for the LTE physical shared channel, consists of four parts of the RI, HARQ_ACK, CQI and data interleaving.
LTE_24bitCRC_enc
- 完成LTE中24bitCRC校验码编码,包括3个子程序: 1)LTE_24bitCRC_matlab_encode.m(利用matlab自带函数进行crc编码,用于实际算法对比参考) 2)LTE_24bitCRC_table_encode.m(利用查表方式进行crc编码,值得注意的是该程序还给出了查找表的具体计算方法,不像有的c程序只是定义好表格,但没有告知表格的求法) 3)LTE_24bitCRC_compare.m(比对2种方式编码的结果,验证程序的正确性。实际使用中会用2)的方
WP7_Weather
- 用C#和XAML编写的WP7手机软件 可以查看天气信息 全国各大城市-WP7 mobile software written in C# and XAML can view weather information in major cities nationwide
WP7_Calculator
- 用C#和XAML编写的WP7手机应用程序 可实现计算器功能 用VS2010速成版打开-WP7 mobile applications can be written in C# and XAML calculator function to open the VS2010 Express Edition
MobileWeb
- WEB版本的手机OA用C#写的里面有数据库,CS文件,可运行,一些类库源代码没有,可参看界面,编程思想,也可根据自己需要生成类库.-WEB version of the mobile phone OA in c# write inside have a database, CS files, can run, some class library no source code, can see interface, programming thought, also can according
onestep
- 通信中信道编码中的一部大数逻辑译码,用C写的-one step majority-logic decoding
CRC-theory-and-C-language-implement
- 用C实现crc计算的方法(查表法),给出了对于常见生成多项式的处理过程。-Implemented in C crc calculation method (look-up table) is given for the common generator polynomial of the process.