代码搜索:衰落信道
找到约 1,714 项符合「衰落信道」的源代码
代码结果 1,714
www.eeworm.com/read/290238/3983207
m nei_bianma.m
%tch/fs信道内编码
function u=nei_bianma(d)
G=[1 0 0 1 1;1 1 0 1 1];
d1=d(1:189);
d2=d(190:267);
k=1;
ch_out=viterbi_encoder(G,k,d1);
u=[ch_out(1:378),d2];
www.eeworm.com/read/290238/3983216
m nei_yima.m
%tch/fs信道内解码
function d=nei_yima(u)
G=[1 0 0 1 1;1 1 0 1 1];
k=1;
u1=[u(1:378),zeros(1,8)];
u2=u(379:456);
[decoder_output,survivor_state,cumulated_metric]=viterbi_decoder(G,k,u1);
d=[decoder
www.eeworm.com/read/290238/3983224
m nei_bianma.m
%tch/fs信道内编码
function u=nei_bianma(d)
G=[1 0 0 1 1;1 1 0 1 1];
d1=d(1:189);
d2=d(190:267);
k=1;
ch_out=viterbi_encoder(G,k,d1);
u=[ch_out(1:378),d2];
www.eeworm.com/read/285546/4049619
m t_fs_in_en.m
%tch/fs信道内编码
function u=T_FS_IN_EN(d)
d1=d(1:189);
d2=d(190:267);
G=[1 0 0 1 1;1 1 0 1 1];
k=1;
ch_out=viterbi_encoder(G,k,d1);
u=[ch_out(1:378),d2];
www.eeworm.com/read/285546/4049642
m nei_yima.m
%tch/fs信道内解码
function d=nei_yima(u)
G=[1 0 0 1 1;1 1 0 1 1];
k=1;
u1=[u(1:378),zeros(1,8)];
u2=u(379:456);
[decoder_output,survivor_state,cumulated_metric]=viterbi_decoder(G,k,u1);
d=[decoder
www.eeworm.com/read/285546/4049652
m nei_bianma.m
%tch/fs信道内编码
function u=nei_bianma(d)
G=[1 0 0 1 1;1 1 0 1 1];
d1=d(1:189);
d2=d(190:267);
k=1;
ch_out=viterbi_encoder(G,k,d1);
u=[ch_out(1:378),d2];
www.eeworm.com/read/285546/4049659
m nei_yima.m
%tch/fs信道内解码
function d=nei_yima(u)
G=[1 0 0 1 1;1 1 0 1 1];
k=1;
u1=[u(1:378),zeros(1,8)];
u2=u(379:456);
[decoder_output,survivor_state,cumulated_metric]=viterbi_decoder(G,k,u1);
d=[decoder
www.eeworm.com/read/285546/4049668
m nei_bianma.m
%tch/fs信道内编码
function u=nei_bianma(d)
G=[1 0 0 1 1;1 1 0 1 1];
d1=d(1:189);
d2=d(190:267);
k=1;
ch_out=viterbi_encoder(G,k,d1);
u=[ch_out(1:378),d2];
www.eeworm.com/read/285546/4049677
m nei_yima.m
%tch/fs信道内解码
function d=nei_yima(u)
G=[1 0 0 1 1;1 1 0 1 1];
k=1;
u1=[u(1:378),zeros(1,8)];
u2=u(379:456);
[decoder_output,survivor_state,cumulated_metric]=viterbi_decoder(G,k,u1);
d=[decoder
www.eeworm.com/read/285546/4049685
m nei_bianma.m
%tch/fs信道内编码
function u=nei_bianma(d)
G=[1 0 0 1 1;1 1 0 1 1];
d1=d(1:189);
d2=d(190:267);
k=1;
ch_out=viterbi_encoder(G,k,d1);
u=[ch_out(1:378),d2];