代码搜索:Space-Time
找到约 143 项符合「Space-Time」的源代码
代码结果 143
www.eeworm.com/read/290801/8461134
m space-time block codes simulation .m
%------------------------------------------------------------------------
%Author: Milad Ehtesham milad.ehtesham@gmail.com
%----------------------------------------------------
www.eeworm.com/read/439047/7717655
txt readme.txt
Jankiraman and Mohinder's Space-time codes and MIMO systems(matlab codes)
www.eeworm.com/read/299955/7818623
txt readme.txt
Jankiraman and Mohinder's Space-time codes and MIMO systems(matlab codes)
www.eeworm.com/read/423533/10553446
pdf space-time processing for mimo communications.pdf
www.eeworm.com/read/491039/6439375
pdf space-time codes and mimo systems.pdf
www.eeworm.com/read/484886/6575885
pdf space-time codes and mimo systems.pdf
www.eeworm.com/read/221840/14718531
pdf (2003 wiley)space-time coding.pdf
www.eeworm.com/read/268048/11155974
m space-time block codes simulation.m
%------------------------------------------------------------------------
%Author: Milad Ehtesham milad.ehtesham@gmail.com
%----------------------------------------------------
www.eeworm.com/read/180233/9314980
asv signalcombine21.asv
function [y,h1,h2]=signalcombine2t1r(input,h1in,h2in,fftlen,framenum);
function [y,h1,h2]=signalcombine2t1r(input,h11,h22,fftlen,framenum);%input=ch9
h1=h11(1:fftlen);
h2=h22(1:fftlen);
%h1=ze
www.eeworm.com/read/180233/9315006
m signalcombine21.m
%function [y,h1,h2]=signalcombine2t1r(input,h1in,h2in,fftlen,framenum);
function [y]=signalcombine2t1r(input,h11,h22,fftlen,framenum);%input=ch9
h1=h11;
h2=h22;
%h1=zeros(1,fftlen*framenum);