代码搜索:Encoder
找到约 10,000 项符合「Encoder」的源代码
代码结果 10,000
www.eeworm.com/read/110972/6163196
cpp video_encoder.cpp
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy o
www.eeworm.com/read/109663/6172803
bsf priority_encoder.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/109663/6172830
v priority_encoder.v
/****************************************************
* MODULE: priority_encoder *
* AUTHOR: ORC *
* CODE TYPE: Behavioral *
* DESCRIPTION: 10-to-4 priority encoder *
*
www.eeworm.com/read/109663/6173011
bsf priority_encoder.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/109663/6173036
v priority_encoder.v
/****************************************************
* MODULE: priority_encoder *
* AUTHOR: ORC *
* CODE TYPE: Behavioral *
* DESCRIPTION: 10-to-4 priority encoder *
*
www.eeworm.com/read/492758/6408619
m viterbi_encoder.m
function [channel_input]=viterbi_encoder(G,k,coder_input)
%k为输入位数
channel_input=[];
n=size(G,1);%n为输出位数,生成矩阵G的行数
G_2=size(G,2);%G_2 生成矩阵G的列数
%检查生成矩阵的列数和输入序列是否是k的倍数
if rem(size(G,2),k)~=0
www.eeworm.com/read/492758/6408636
m viterbi_encoder.m
function [channel_input]=viterbi_encoder(G,k,coder_input)
%k为输入位数
channel_input=[];
n=size(G,1);%n为输出位数,生成矩阵G的行数
G_2=size(G,2);%G_2 生成矩阵G的列数
%检查生成矩阵的列数和输入序列是否是k的倍数
if rem(size(G,2),k)~=0
www.eeworm.com/read/492758/6408655
m viterbi_encoder.m
function [channel_input]=viterbi_encoder(G,k,coder_input)
%k为输入位数
channel_input=[];
n=size(G,1);%n为输出位数,生成矩阵G的行数
G_2=size(G,2);%G_2 生成矩阵G的列数
%检查生成矩阵的列数和输入序列是否是k的倍数
if rem(size(G,2),k)~=0
www.eeworm.com/read/491039/6439475
m trellis_encoder.m
function enc_data = trellis_encoder(data,dlt,slt)
%**************************************************************************
% Space-time trellis channel encoder
% Q = TRELLIS_ENCODER(D,DLT,
www.eeworm.com/read/487628/6506806
cfg encoder_tonemapping.cfg
# New Input File Format is as follows
# = # Comment
#
# See configfile.h for a list of supported ParameterNames
#
# For bug reporting and known issues see:
# htt