登录
首页 » matlab » 54-非常好的CDMA信道估计检测代码

54-非常好的CDMA信道估计检测代码

于 2020-10-12 发布
0 240
下载积分: 1 下载次数: 2

代码说明:

说明:  hslogic算法仿真,基于matlab的详细的CDMA系统的仿真与测试(dBS2UE_LargeScale = struct( 'PathLoss',zeros(nNumofSector,nTotalNumofUser),... 'ShadowFading',zeros(nNumofSector,nTotalNumofUser),... 'AntennaGain',zeros(nNumofSector,nTotalNumofUser),... 'TotalPathLossIndB',zeros(nNumofSector,nTotalNumofUser),... 'TotalPathLoss',zeros(nNumofSector,nTotalNumofUser),... 'Distance',zeros(nNumofSector,nTotalNumofUser)... );)

文件列表:

54-非常好的CDMA信道估计检测代码, 0 , 2020-10-12
54-非常好的CDMA信道估计检测代码\Compute_SNIR_BER.m, 1322 , 2013-01-12
54-非常好的CDMA信道估计检测代码\DecD_Eq_23_Ref_2_Weight.m, 534 , 2013-01-12
54-非常好的CDMA信道估计检测代码\Decoder.m, 617 , 2013-01-12
54-非常好的CDMA信道估计检测代码\Encoder.m, 611 , 2013-01-12
54-非常好的CDMA信道估计检测代码\EstimateFadingCoeff.m, 755 , 2013-01-12
54-非常好的CDMA信道估计检测代码\Gold_Seq.m, 695 , 2013-01-12
54-非常好的CDMA信道估计检测代码\RAKE_Eq_22_Ref_2_Weight.m, 592 , 2013-01-12
54-非常好的CDMA信道估计检测代码\Received_Signal.m, 4000 , 2013-01-12
54-非常好的CDMA信道估计检测代码\Receiver.m, 763 , 2013-01-12
54-非常好的CDMA信道估计检测代码\STARChannelEstimation.asv, 7704 , 2013-01-12
54-非常好的CDMA信道估计检测代码\STARChannelEstimation.m, 7540 , 2013-01-12
54-非常好的CDMA信道估计检测代码\STAR_Channel_Estimation.m, 2319 , 2013-01-12
54-非常好的CDMA信道估计检测代码\STAR_Eq_21_Ref_1_Weight.m, 1975 , 2013-01-12
54-非常好的CDMA信道估计检测代码\Spatial_Temporal_Smoothing.m, 857 , 2013-01-12
54-非常好的CDMA信道估计检测代码\Tx_Data.m, 1198 , 2013-01-12
54-非常好的CDMA信道估计检测代码\detect.m, 1248 , 2013-01-12
54-非常好的CDMA信道估计检测代码\fki.m, 263 , 2013-01-12
54-非常好的CDMA信道估计检测代码\frad.m, 202 , 2013-01-12
54-非常好的CDMA信道估计检测代码\genGSeq.m, 496 , 2013-01-12
54-非常好的CDMA信道估计检测代码\genMSeq.m, 954 , 2013-01-12
54-非常好的CDMA信道估计检测代码\hslogic算法仿真.txt, 97 , 2020-08-29
54-非常好的CDMA信道估计检测代码\minmatr.m, 2228 , 2013-01-12
54-非常好的CDMA信道估计检测代码\music.m, 1025 , 2013-01-12
54-非常好的CDMA信道估计检测代码\preprocessor.m, 1088 , 2013-01-12
54-非常好的CDMA信道估计检测代码\repc.m, 218 , 2013-01-12
54-非常好的CDMA信道估计检测代码\shift.m, 350 , 2013-01-12
54-非常好的CDMA信道估计检测代码\smoothing_Diagonal.m, 786 , 2013-01-12
54-非常好的CDMA信道估计检测代码\spat_smooth_over.m, 905 , 2013-01-12
54-非常好的CDMA信道估计检测代码\spv.m, 681 , 2013-01-12
54-非常好的CDMA信道估计检测代码\temp_smooth_matrix.m, 1407 , 2013-01-12

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

发表评论

0 个回复

  • FDTD_for_2D_metal_plane_object
    FDTD for 2D metal plane object, It is very valuable reference because is the basement for 3D FDTD program.
    2007-08-17 17:03:45下载
    积分:1
  • 03607_28
    DFT进行频谱分析时的三种现象 1、混叠:对连续信号采样,要求连续信号是带限的,采样频率要足够高。Fs应满足Nyquist采样定理才不产生混叠。 采样前加低通滤波器防混叠 2、频谱泄漏:DFT对时域信号进行了截断(相当于采样信号乘了一个窗函数),时域的乘积相当于频域卷积,改变了原信号频谱。 改用其他窗函数(非矩形)改善泄漏。 3、栅栏现象:DFT 只给出了频谱在采样点上的取值,采样点间的频谱内容丢失。(DFT spectrum analysis of a three phenomena, aliasing : continuous signal sampling, requiring continuous signal is band-limited, the sampling frequency should be high enough. Fs meet the Nyquist Sampling Theorem would not have aliasing. Sampling former low-pass filter plus anti-aliasing 2, spectrum leakage : DFT right time domain signal a disconnect (equivalent to a sampling signal by a window function). time domain is equivalent to the product of frequency-domain convolution, changes in the spectrum of the original signal. Window functions to switch to other (non-rectangular) to improve leakage. 3, fenced phenomenon : DFT spectrum is given only at the sampling point value, sampling points of the spectrum as lost.)
    2007-05-08 16:22:17下载
    积分:1
  • ACO
    蚁群算法,主要是模拟蚁群是怎样寻找到最短路径的(Ant colony algorithm is mainly simulated ant colony is how to find the shortest path)
    2010-01-14 19:20:05下载
    积分:1
  • matlabyufayuhuitu
    都是MATLAB的课件,都值得仔细看看,要采用啊,不要浪费资源(are MATLAB courseware are worthy of a closer look at, to use ah and not waste resources)
    2007-05-09 10:24:15下载
    积分:1
  • exa130302_ab
    滤波器的设计IIR型 MATLAB语言实现(IIR Filter Design- MATLAB)
    2007-05-20 20:19:57下载
    积分:1
  • FIRtest
    FIR code in MATLAB, Time domain plots of signal and filters, plotting filter response of filters and the two speech bands(lower and upper) in freq domian
    2013-03-02 20:35:11下载
    积分:1
  • MATLAB
    zernike 多项式的一部分程序,此程序用Matlab编写,能很好的实现功能(zernike polynomial part of the program, this procedure to prepare to use Matlab, can achieve a good functional)
    2010-03-04 16:06:09下载
    积分:1
  • oblique-impact
    文件里是一个非常新颖的matlab程序,对研究碰撞和摩擦理论的人来说是非常值得参考的程序。(File is a very novel matlab program, the study of the collision and friction theory for people who are very good reference procedures,)
    2015-01-16 15:29:27下载
    积分:1
  • C-C方法用来计算时间延迟和时间窗口 CMethod
    C-C方法用来计算时间延迟和时间窗口,适用于混沌时间序列,在求混沌时间序列的相空间重构时,用来计算时间延迟。(The C-C method is used to calculate the time delay and time window,it is suitable for chaotic time series, when you restructure the phase space reconstruction for chaotic time series, you can used it to calculate the time delay.)
    2014-11-18 15:43:57下载
    积分:1
  • WinIoTest
    window IO CPP code example
    2015-03-09 15:08:38下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载