登录
首页 » matlab » vincentzhu

vincentzhu

于 2009-07-03 发布 文件大小:12235KB
0 209
下载积分: 1 下载次数: 375

代码说明:

  这个源码是MIMO中的预编码技术的概括,包含了大部分有关MIMO的代码,能够帮助大家(The source is a MIMO pre-coding technology in general, including most of the code relating to MIMO, can help you)

文件列表:

vincentzhu
..........\Capacity_SC.m
..........\capacity_val.m
..........\codebook
..........\........\love
..........\........\....\html.txt
..........\........\....\one_d
..........\........\....\.....\codebook_2_4vec.mat
..........\........\....\.....\codebook_2_8vec.mat
..........\........\....\.....\codebook_3_16vec.mat
..........\........\....\.....\codebook_3_4vec.mat
..........\........\....\.....\codebook_3_8vec.mat
..........\........\....\.....\codebook_4_16vec.mat
..........\........\....\.....\codebook_4_64vec.mat
..........\........\....\two_d
..........\........\....\.....\codebook_4ant_2sub_2bit.mat
..........\........\....\.....\codebook_4ant_2sub_3bit.mat
..........\........\....\.....\codebook_4ant_2sub_4bit.mat
..........\........\....\.....\codebook_4ant_2sub_6bit.mat
..........\........\....\.....\codebook_4ant_2sub_6bit_fubini.mat
..........\........\....\.....\codebook_4ant_2sub_6bit_msv.mat
..........\........\....\.....\codebook_4ant_2sub_6bit_proj2.mat
..........\........\....\.....\codebook_4ant_2sub_7bit.mat
..........\........\....\.....\codebook_4_2_16vec.mat
..........\........\....\.....\codebook_4_2_4vec.mat
..........\........\....\.....\codebook_4_2_64vec.mat
..........\........\....\.....\codebook_4_2_8vec.mat
..........\........\....\.....\codebook_4_32vec.mat
..........\........\....\.....\codebook_8ant_2sub_10bit.mat
..........\........\....\.....\codebook_8ant_2sub_5bit.mat
..........\........\....\.....\codebook_8ant_2sub_8bit.mat
..........\corr_mimo_channel.m
..........\data.xlsx
..........\fourier_base_perturbation_subcodebook_2_2_16.mat
..........\fourier_base_perturbation_subcodebook_2_2_4.mat
..........\fourier_base_perturbation_subcodebook_2_2_8.mat
..........\fourier_base_perturbation_subcodebook_design_2_2_4.m
..........\hierachy_test.m
..........\Householder.asv
..........\Householder.m
..........\householder_ber_base_perturbation_subcodebook_2_2_4.mat
..........\householder_ber_base_perturbation_subcodebook_2_2_8.mat
..........\householder_cap_base_perturbation_subcodebook_2_2_4.mat
..........\householder_cap_base_perturbation_subcodebook_2_2_8.mat
..........\household_base_perturbation_subcodebook_design_2_2_8.m
..........\household_trans.m
..........\household_vector.mat
..........\household_vector_generator.asv
..........\household_vector_generator.m
..........\mimo_ch.mat
..........\mimo_channel_test.m
..........\mimo_corr.m
..........\mod_sym.m
..........\MSE_SC.m
..........\MSV_SC.m
..........\precoding_codebook.asv
..........\precoding_codebook.m
..........\precoding_hierachy_codebook.asv
..........\precoding_hierachy_codebook.m
..........\precoding_hierachy_codebook2.asv
..........\precoding_hierachy_codebook2.m
..........\precoding_hierachy_codebook3.asv
..........\quantization.asv
..........\quantization.m
..........\r.asv
..........\rotation_base_perturbation_subcodebook_2_2_16.mat
..........\rotation_base_perturbation_subcodebook_2_2_4.mat
..........\rotation_base_perturbation_subcodebook_2_2_8.mat
..........\rotation_base_perturbation_subcodebook_design_2_2_4.m
..........\slice.m
..........\test.asv
..........\test1.asv
..........\test1.m
..........\test2.asv
..........\test2.m
..........\test3.asv
..........\test3.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • math_experiment
    数学实验,包括高等数学、概率统计、线性代数等的讲解,全部用matlab实现(Mathematical experiment, including advanced mathematics, probability and statistics, linear algebra and so on, all with the realization matlab)
    2008-12-16 16:03:53下载
    积分:1
  • thebasisofmatlabandsimulink
    matlab与simulink基础(南京理工大学)课件(the basis of matlab and simulink)
    2010-09-28 00:07:56下载
    积分:1
  • code
    it is the code for lsb steganography
    2012-01-19 02:05:13下载
    积分:1
  • MyEnvelope
    本实验程序用于计算信号的包络和包络信号的频谱(包络谱)。 算法采用了Hilbert变换计算包络( This experiment is used to calculate the envelope (envelope) of the envelope and envelope of the signal. The algorithm uses a Hilbert transform to compute the envelope)
    2021-04-16 15:18:53下载
    积分:1
  • SimpleLinearSort
    用matlab语言写的模式识别中的线性分类器设计 简单的线性分类器设计是模式识别中的重要算法设计(Pattern recognition with matlab language written in a simple linear classifier design a linear classifier design is an important algorithm design for pattern recognition)
    2010-07-12 19:47:11下载
    积分:1
  • MATLAB
    使用混合高斯函数,对点配准的方法,他的鲁棒性比较好。 (This package contains the MATLAB code for the robust point-set registration algorithm discribed in the A Robust Algorithm for Point Set Registration Using Mixture of Gaussians." )
    2009-03-13 15:12:25下载
    积分:1
  • code-methodMATLAB
    Bairstow s approach is to use Newton s method to adjust the coefficients u and v in the quadratic x2 + ux + v until its roots are also roots of the polynomial being solved. The roots of the quadratic may then be determined, and the polynomial may be divided by the quadratic to eliminate those roots. This process is then iterated until the polynomial becomes quadratic or linear, and all the roots have been determined, bisection and other
    2011-05-11 11:35:49下载
    积分:1
  • color
    说明:  图着色,采用图论的方法进行图形着色,首先采用相邻矩阵,计算顶点之间的关系(Graph coloring. Graph coloring is done by graph theory. First, the adjacent matrix is used to calculate the relationship between vertices.)
    2020-06-18 20:00:02下载
    积分:1
  • stbc21
    Alamouti双天线发射分集方案的源程序,可实现任意psk调制(Two-antenna Alamouti transmit diversity program source code, can be arbitrary psk modulation)
    2009-06-06 16:00:43下载
    积分:1
  • loudong
    说明:  可以测试系统存在的漏洞 大家可以学习源码,打开应用程序 这是自己原创(Can test the existence of loopholes in the system that we can learn from source code, open the application, this is their own original)
    2010-03-29 15:50:31下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载