代码搜索:Convolutional
找到约 698 项符合「Convolutional」的源代码
代码结果 698
www.eeworm.com/read/431631/8664435
m cnv_encd.m
function output=cnv_encd(g,k0,input)
% cnv_encd(g,k0,input)
% determines the output sequence of a binary convolutional encoder
% g is the generator matrix of the convolutional code
%
www.eeworm.com/read/287843/8665192
m cnv_encd.m
function output=cnv_encd(g,k0,input)
% cnv_encd(g,k0,input)
% determines the output sequence of a binary convolutional encoder
% g is the generator matrix of the convolutional code
%
www.eeworm.com/read/354138/10383456
m cnv.m
%载自pudn,数据接口进行了修改
%7/12/2008 ZHANGSONG
function output=cnv(input)
% cnv_encd(g,k0,input)
% determines the output sequence of a binary convolutional encoder
% g is the generator matrix
www.eeworm.com/read/354138/10383472
asv cnv.asv
%载自pudn,数据接口进行了修改
%7/12/2008 ZHANGSONG
function output=cnv(input)
% cnv_encd(g,k0,input)
% determines the output sequence of a binary convolutional encoder
% g is the generator matrix
www.eeworm.com/read/424063/10499240
m cnv_encd.m
function output=cnv_encd(g,k0,input)
% cnv_encd(g,k0,input)
% determines the output sequence of a binary convolutional encoder
% g is the generator matrix of the convolutional code
%
www.eeworm.com/read/423536/10552877
m cnv_encd.m
function output=cnv_encd(g,k0,input)
% cnv_encd(g,k0,input)
% determines the output sequence of a binary convolutional encoder
% g is the generator matrix of the convolutional code
%
www.eeworm.com/read/159144/10691904
mdl encoder.mdl
Model {
Name "Encoder"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataTy
www.eeworm.com/read/468808/6988846
m cnv_encd.m
function output=cnv_encd(g,k0,input)
input=2;
k0=1;
% the convolutional encoder
% g is the generator matrix of the convolutional code
% k0 is the number of bits entering the encoder at each clock
www.eeworm.com/read/467324/7009740
m cnv_encd.m
function output=cnv_encd(g,k0,input)
% cnv_encd(g,k0,input)
% determines the output sequence of a binary convolutional encoder
% g is the generator matrix of the convolutional code
%