代码搜索:symbol_per_frame
找到约 31 项符合「symbol_per_frame」的源代码
代码结果 31
www.eeworm.com/read/195566/6333974
m vtb_decoding.m
function [state,decoding_x1]=vtb_decoding(symbol_per_frame, H, r, table);
S(1,:,:)=[-1,-1;1 1;];
S(2,:,:)=[-1,1;1 -1;];
www.eeworm.com/read/195566/6333976
m encoding.m
function [codeword,sita]=encoding(symbol_per_frame, x1, x2, table)
S0=[0,0; 1;];
S1=[1, 0;];
current_state=0;
for i=1:symbol_per_frame,
switch current_state,
www.eeworm.com/read/359801/10124706
m simalamouti.m
%===================================================================
%===================================================================
% SimAlamouti.m
% =============
% Description: This m-file
www.eeworm.com/read/355500/10260970
m simalamouti.m
%===================================================================
%10/30/04 Sun Jie-ting ECUST
%===================================================================
% SimAlamouti.m
% ===========
www.eeworm.com/read/275408/10817373
m simalamouti.m
%===================================================================
%10/30/04 Sun Jie-ting ECUST
%===================================================================
% SimAlamouti.m
% ===========
www.eeworm.com/read/195566/6333977
m qpskmapping.m
function [symb1, symb2]=QPSKmapping(symbol_per_frame, codeword);
for i=1:symbol_per_frame,
switch codeword(i,1),
case 0,
symb1(i)=1;
www.eeworm.com/read/484571/6580028
m simalamouti.m
%===================================================================
%10/30/04 Sun Jie-ting ECUST
%===================================================================
% SimAlamouti.m
% ===========
www.eeworm.com/read/195566/6333975
m sosttc2state.m
Nt=2;%发射天线数为2
Nr=1;%接收天线数为1
min_snr=10;
max_snr=10;%最大的信噪设定
interval=2; % snr的间隔
symbol_per_frame=65;%每一帧的符号数
ave_power=2.0;
times=1;
kkk=1;
tot_err
www.eeworm.com/read/355500/10260983
txt 程序说明.txt
主函数Alamouti(Nr,max_snr,max_err_symbol,symbol_per_frame)
调用函数QpskMapping(psudo_bit_sequence)--二进制数据到QPSK信号的变换
调用函数RayleighCH(Nr,Nt)--瑞利衰落信道模拟
仿真示例:
Alamouti(1,12,20,24)
说明:
1.2根发射天线、1根接收天线
www.eeworm.com/read/275408/10817381
txt 程序说明.txt
主函数Alamouti(Nr,max_snr,max_err_symbol,symbol_per_frame)
调用函数QpskMapping(psudo_bit_sequence)--二进制数据到QPSK信号的变换
调用函数RayleighCH(Nr,Nt)--瑞利衰落信道模拟
仿真示例:
Alamouti(1,12,20,24)
说明:
1.2根发射天线、1根接收天线