(Thechannelestimationalgorithmisbasedonasubspaceapproach.ThemethodworksonlyforidentifiableSTBCs(excluding>=1-rateSTBCs).Seepublication[1]formoredetailaboutthealgorithmandtheidentifiabilityconditions.Thezipfilecontainsthreemfiles.-space_time_coding.m(performspacetimecoding)-subspace_channel_estimation_STBC.m(channelestimation)-one_shot.m(showanexample)Tousethesefiles,extractthethreefilesinthesamefolder.Then,callthescriptone_shotinthematlabcommandwindow.Reference:[1]Ammar,N.Ding,Z."BlindChannelIdentifiabilityforGenericLinearSpace-TimeBlockCodes"IEEETransactionsonSignalProcessingVolume55,Issue1,Jan.2007Page(s):202-217) - IMDN开发者社群-imdn.cn">
登录
首页 » matlab » kaam_ki_cheez

kaam_ki_cheez

于 2009-12-05 发布 文件大小:448KB
0 261
下载积分: 1 下载次数: 39

代码说明:

  The channel estimation algorithm is based on a subspace approach. The method works only for identifiable STBCs (excluding >=1-rate STBCs). See publication [1] for more detail about the algorithm and the identifiability conditions. The zip file contains three m files. - space_time_coding.m (perform space time coding) - subspace_channel_estimation_STBC.m (channel estimation) - one_shot.m (show an example) To use these files, extract the three files in the same folder. Then, call the script one_shot in the matlab command window. Reference: [1] Ammar, N. Ding, Z. "Blind Channel Identifiability for Generic Linear Space-Time Block Codes" IEEE Transactions on Signal Processing Volume 55, Issue 1, Jan. 2007 Page(s):202 - 217(The channel estimation algorithm is based on a subspace approach. The method works only for identifiable STBCs (excluding >=1-rate STBCs). See publication [1] for more detail about the algorithm and the identifiability conditions. The zip file contains three m files. - space_time_coding.m (perform space time coding) - subspace_channel_estimation_STBC.m (channel estimation) - one_shot.m (show an example) To use these files, extract the three files in the same folder. Then, call the script one_shot in the matlab command window. Reference: [1] Ammar, N. Ding, Z. "Blind Channel Identifiability for Generic Linear Space-Time Block Codes" IEEE Transactions on Signal Processing Volume 55, Issue 1, Jan. 2007 Page(s):202- 217)

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

发表评论

0 个回复

  • seq_gen
    matlab编写的伪随机序列发生器,包括小m序列、大M序列,gold序列(pseudo-random sequence generator matlab prepared, including a small m sequence, M sequences, gold sequences)
    2012-07-11 16:04:36下载
    积分:1
  • gravity
    function dg=gplus(x,y,z,x1,x2,y1,y2,z1,z2,p) G=6.67e-11 t222=myfun(x,y,z,x2,y2,z2) t122=myfun(x,y,z,x1,y2,z2) t212=myfun(x,y,z,x2,y1,z2) t221=myfun(x,y,z,x2,y2,z1) t211=myfun(x,y,z,x2,y1,z1) t121=myfun(x,y,z,x1,y2,z1) t112=myfun(x,y,z,x1,y1,z2) t111=myfun(x,y,z,x1,y1,z1) dg=-G*p*1e6*(t222-t122-t212-t221+t211+t121+t112-t111) 转化为g.u. function y=myfun(x,y,z,xi,eta,zeta) R=sqrt((xi-x).^2+(eta-y).^2+(zeta-z).^2) temp1=(xi-x).*log((eta-y)+R) temp2=(eta-y).*log((xi-x)+R) temp3=(zeta-z).*atan((zeta-z).*R/((xi-x).*(eta-y))) 书中所给公式 temp3=-(zeta-z).*atan((xi-x).*(eta-y)./(zeta-z)./R) 上式变换 y=temp1+temp2+temp3 (function dg = gplus (x, y, z, x1, x2, y1, y2, z1, z2, p) G = 6.67e-11 t222 = myfun (x, y, z, x2, y2, z2) t122 = myfun (x, y, z, x1, y2, z2) t212 = myfun (x, y, z, x2, y1, z2) t221 = myfun (x, y, z, x2, y2, z1) t211 = myfun (x, y, z, x2, y1, z1) t121 = myfun (x, y, z, x1, y2, z1) t112 = myfun (x, y, z, x1, y1, z2) t111 = myfun (x, y, z, x1, y1, z1) dg =-G* p* 1e6* (t222-t122-t212-t221+t211+t121+t112-t111) converted the Gu function y = myfun, (x y, z, xi, eta, zeta) R = sqrt ((xi-x). ^ 2+ (eta-y). ^ 2+ (zeta-z). ^ 2) temp1 = (xi-x).* log ((eta-y)+R) temp2 = (eta-y).* log ((xi-x)+R) temp3 = (zeta-z).* atan ((zeta-z).* R/( (xi-x).* (eta-y))) book given formula Temp3 =- (Zeta-z)* ATAN ((Xi-X)* (ETA-y)/(Zeta- Z)/R) the above formula transform Y = temp1+temp2+temp3 )
    2013-03-20 20:25:15下载
    积分:1
  • ch_eq
    MATLAB CODE FOR CHANNEL EQULIZATION USING MATCHED FILTER
    2013-11-20 13:52:56下载
    积分:1
  • HopfieldNet
    设计一个离散hopfield网络,实现联想记忆,以对模糊数字进行识别,判断。(design of a discrete hopfield network, associative memory, a pair of fuzzy figures for the recognition, judgment.)
    2007-03-31 13:04:26下载
    积分:1
  • matlab
    THIS DOCUMENT CONTAINS A MATLAB TUTORIAL WICH CONTAINS MANY FUNCTION
    2013-02-25 04:51:19下载
    积分:1
  • MATLAB_GUI_tutorial
    Matlab GUI编程的教程,比较完善,适合初学者或者需要学习GUI编程的人员 (Tutorial for MATLAB GUI programming,a comprehensive one)
    2011-11-12 09:33:22下载
    积分:1
  • SemXFEM_1d
    XFEM扩展有限元模拟二维裂纹动态扩展,由哈弗大学一个研究小组开发,非常值得学习(XFEM extended finite element simulations of two-dimensional crack dynamic propagation, developed by a team at Harvard University, is worth learning)
    2015-05-26 21:46:54下载
    积分:1
  • 04470129
    Research in motion analysis has evolved over the years as a challenging field. Moving object detection and tracking is of major interest in applications such as traffic monitoring, military, medicine and biological sciences etc. In this a new algorithm is proposed for the detection and tracking of moving objects. The image sequence is taken from the digital camera. After preprocessing, the first two frames from the image sequence are segmented by using 8 component connectivity.
    2013-02-19 16:00:26下载
    积分:1
  • Split_Bregman_for_Snake
    基于偏微分框架的全局快速活动轮廓分割模型(Framework based on partial differential global fast active contour segmentation model)
    2010-10-07 04:35:17下载
    积分:1
  • matlab-tuxiangchuli-pptx
    matlab图像处理实例详解 杨丹,赵海滨等编写的书配套的ppt课件。(matlab image processing examples explain Dan Yang, Zhao Haibin other books written supporting ppt courseware.)
    2013-08-21 21:44:24下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载