代码搜索:DVB-RCS
找到约 33 项符合「DVB-RCS」的源代码
代码结果 33
www.eeworm.com/read/223482/14639053
m getparamforinterleaver.m
function [P0,P1,P2,P3]=GetParamForInterleaver(N)
%----[P0,P1,P2,P3]=GetParamForInterleaver(N)---
%根据DVB-RCS的规定,对不同帧长给与不同的交织参数
switch N
case 48,
P0=11;P1=24;P2=0;P3=24;
case 64,
www.eeworm.com/read/223482/14639089
m getparamforinterleaver.m
function [P0,P1,P2,P3]=GetParamForInterleaver(N)
%----[P0,P1,P2,P3]=GetParamForInterleaver(N)---
%根据DVB-RCS的规定,对不同帧长给与不同的交织参数
switch N
case 48,
P0=11;P1=24;P2=0;P3=24;
case 64,
www.eeworm.com/read/223482/14639125
m getparamforinterleaver.m
function [P0,P1,P2,P3]=GetParamForInterleaver(N)
%----[P0,P1,P2,P3]=GetParamForInterleaver(N)---
%根据DVB-RCS的规定,对不同帧长给与不同的交织参数
switch N
case 48,
P0=11;P1=24;P2=0;P3=24;
case 64,
www.eeworm.com/read/223482/14639161
m getparamforinterleaver.m
function [P0,P1,P2,P3]=GetParamForInterleaver(N)
%----[P0,P1,P2,P3]=GetParamForInterleaver(N)---
%根据DVB-RCS的规定,对不同帧长给与不同的交织参数
switch N
case 48,
P0=11;P1=24;P2=0;P3=24;
case 64,
www.eeworm.com/read/461382/7228313
m dvbrcsscenarios.m
% File DVBRCSScenarios
%
% This is a set of scenarios for the Coded Modulation Library.
%
% The simulations specified in this file are for the convolutional
% turbo code used by the DVB-RCS stand
www.eeworm.com/read/258131/11883019
m dvbrcsscenarios.m
% File DVBRCSScenarios
%
% This is a set of scenarios for the Coded Modulation Library.
%
% The simulations specified in this file are for the convolutional
% turbo code used by the DVB-RCS stand
www.eeworm.com/read/461382/7228258
m createdvbinterleaver.m
function code_interleaver = CreateDvbInterleaver(Nbits)
% CreateDvbInterleaver intializes an interleaver for use with the duobinary
% tailbiting turbo code from the DVB-RCS standard
%
% The callin
www.eeworm.com/read/258131/11882864
m createdvbinterleaver.m
function code_interleaver = CreateDvbInterleaver(Nbits)
% CreateDvbInterleaver intializes an interleaver for use with the duobinary
% tailbiting turbo code from the DVB-RCS standard
%
% The callin
www.eeworm.com/read/223482/14639092
m doubinturboencode.m
function [VecOutA,VecOutB,Sc1,Sc2]=DouBinTurboEncode(VecIn,N,Rate)
%---VecOut=DouBinTurboEncode(VecIn,N)----
%DVB-RCS标准的双二元编码器
%输入:
% 输入VecIn串行的二进制 0 1 数据,进入后被分为2路数据A,B
% N为交织器的长度
% Rate是编
www.eeworm.com/read/223482/14639128
m doubinturboencode.m
function [VecOutA,VecOutB,Sc1,Sc2]=DouBinTurboEncode(VecIn,N,Rate)
%---VecOut=DouBinTurboEncode(VecIn,N)----
%DVB-RCS标准的双二元编码器
%输入:
% 输入VecIn串行的二进制 0 1 数据,进入后被分为2路数据A,B
% N为交织器的长度
% Rate是编