代码搜索:Encoder
找到约 10,000 项符合「Encoder」的源代码
代码结果 10,000
www.eeworm.com/read/469436/6934456
sh test_encoder.sh
./jpeg_demo -i ../../test_encoder/yellow_yuv400_252x176.yuv -o yellow_yuv400_252x176.jpg -w 252 -h 176 -q 95 -r 1 -v 1 -d 0 -f 1
./jpeg_demo -i ../../test_encoder/yellow_yuv420_pa
www.eeworm.com/read/210260/6944578
m vblast_encoder.m
function output_data = VBLAST_encoder(input_data)
num_Tx = 2;
L = 0.5 * length(input_data(:,1));
for l = 1:L
for k = 1:num_Tx
output_data((l-1)*2+k,1) = [input_data(l*2-1,k)];
ou
www.eeworm.com/read/456394/7070547
cpp rs_encoder.cpp
#include
#include
#include
unsigned char GFmultiply(unsigned char a,unsigned char b);
void RS_Encode(unsigned char msg[],unsigned char encode[],int K)
{
int
www.eeworm.com/read/456410/7349904
doj encoder_config.doj
www.eeworm.com/read/455277/7374992
mcp r_encoder.mcp
www.eeworm.com/read/453698/7414028
vhd differential_encoder.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
entity differential_encoder is
port(
clkx4:in std_logic;
datai_2,dataq_2:in std_logic;
notready:in std_logic;
dat
www.eeworm.com/read/453698/7414117
vhd convolutional_encoder.vhd
library ieee;
use ieee.std_logic_1164.all;
entity convolutional_encoder is
port(
clk:in std_logic;
data:in std_logic;
notready:in std_logic;
datai_1:out std_logic;
dataq_1:out std_logic
www.eeworm.com/read/453698/7414121
bsf convolutional_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/453698/7414311
bsf differential_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/452567/7437147
m adpcm_encoder.m
function adpcm_y = adpcm_encoder(raw_y)
% This m-file is based on the app note: AN643, Adaptive differential pulse
% code modulation using PICmicro microcontrollers, Microchip Technology
% Inc. T