搜索资源列表
waterFillnew
- 无线通信系统多天线注水算法,是非常经典的代码
channel_esti_em730a
- 代码为实现EM算法进行ofdm调制信号进行信道估计的仿真代码-source codes simulate the channel estimation using em algorithm
OFDMsystembasedontheconversiondomainchannelestmati
- 本代码是基于OFDM系统的一种转换域估计算法,有整个OFDM系统及改进的信道估计算法仿真。包括LS,MMSE,LMMSE,DFT,及改进后的DCT算法。-The code is based on the OFDM system, the conversion of a domain estimation algorithm, the OFDM system and revamp the entire channel estimation algorithm for the simulation.
MIMOOFDMchannelestimationofdifferentcontrast
- 本代码是基于MIMO-OFDM系统下做的信道估计技术的研究。MIMO,OFDM是4G的核心技术,两者相结合的估计算法也是现在研究的热点。本代码包括几种核心的估计算法并可直接仿真出结果。-The code is based on MIMO-OFDM system channel estimation to do research. MIMO, OFDM is the core of 4G technology, a combination of both the estimation algori
turbo_tcq.tar
- 基于Turbo码的网格编码调制的c代码,包括了VQ,TCQ、TCVQ、SQ以及维特比算法等,内容非常全面,不过要在linux平台上运行。-Turbo codes based on trellis coded modulation c code, including the VQ, TCQ, TCVQ, SQ and the Viterbi algorithm, the content is very comprehensive, but in linux platform.
QR
- QR分解是球形MIMO检测算法必不可少的环节,本代码采用m语言描述了QR分解分解具体怎么实现,而不是直接调用matlab内部函数,采用的是QR分解的脉动阵列结构,据此代码可轻易实现QR分解的FPGA设计-QR decomposition is an essential part of the spherical MIMO detection algorithm, the code uses QR decomposition decomposition m language to describe
soft_demodule
- 用于学习软判决解调算法,文件中包含用于算法描述的文献,以及对应matlab代码,支持PSK,QPSK,16-QAM,64-QAM四种调制方式-Demodulation algorithm for learning soft decision, contained in the file for the algorithm described in the literature, as well as the corresponding matlab code support PSK, QPSK,
wifindisport
- 比较实用的室内定位算法代码。有详细说明。-Practical indoor positioning algorithm code. There are described in detail.
ofdm.channel-estimation-1
- OFDM信道估计代码,通过LMMSE估计、LS估计、SVD估计进行研究。并通过MATLAB仿真平台进行仿真,对三种信道估计算法及它们的性能进行了仿真分析和比较。-OFDM channel estimation
sim_SOMP
- 为了解决DOA估计中的网格不匹配问题所采用的SOMP算法,此代码为somp的仿真代码-SOMP DOA estimation algorithm in order to solve the mismatch problem by using a grid, and this code is somp simulation code
polar2rect
- cordic算法的极坐标变直角坐标的硬件实现代码,也就是CORDIC的旋转模式下的应用-cordic method for polar to rectangular
ksp
- 一组修正过的k-shortest path算法实现代码-some revised k-shortest path algorithm realization code
MATLAB-HF-SCFDE
- 这是毕业相关代码,关于SC-FDE系统在HF下的运用,有一些信道估计和频域均衡算法。-This is the graduation-related code on SC-FDE system used in HF under some channel estimation and frequency domain equalization algorithm.
EEMD
- Rolling EEND算法程序代码 对EMD算法的改进 有效的解决了模态混叠现象-Rolling EEND algorithm program code for improved EMD algorithm effectively solves the modal aliasing
Trackdemo
- 用于对基于GOLD码的串行捕获算法,可以自定义信噪比,待捕获信号参数,代码分成搜索跟踪和捕获两部分,其中搜索的步长等参数也可以自定义,代码中acquiresignal.m部分为最终捕获相位展示的主程序。(For the serial acquisition algorithm based on GOLD code, we can customize the signal-to-noise ratio and the parameters of the signal to be captured.