代码搜索:Encoder
找到约 10,000 项符合「Encoder」的源代码
代码结果 10,000
www.eeworm.com/read/418924/10891516
asv vblast_encoder.asv
function [encoder_output,Padding_Bit_Length] = vblast_encoder(Tx_n, encoder_input)
% Tx_n : the Tx antenna number
% encoder_input :bit stream of 0, 1
% if the length of encoder_input is not multip
www.eeworm.com/read/418830/10894769
m vblast_encoder.m
function [encoder_output,Padding_Bit_Length] = vblast_encoder(Tx_n, encoder_input)
% Tx_n : the Tx antenna number
% encoder_input :bit stream of 0, 1
% if the length of encoder_input is not multip
www.eeworm.com/read/273536/10911996
c der_encoder.c
/*-
* Copyright (c) 2003, 2004 Lev Walkin . All rights reserved.
* Redistribution and modifications are permitted subject to BSD license.
*/
#include
#include
www.eeworm.com/read/273536/10912008
c xer_encoder.c
/*-
* Copyright (c) 2003, 2004 Lev Walkin . All rights reserved.
* Redistribution and modifications are permitted subject to BSD license.
*/
#include
#include
www.eeworm.com/read/273536/10912010
h der_encoder.h
/*-
* Copyright (c) 2003, 2004 Lev Walkin . All rights reserved.
* Redistribution and modifications are permitted subject to BSD license.
*/
#ifndef _DER_ENCODER_H_
#define _DER_EN
www.eeworm.com/read/273536/10912275
h xer_encoder.h
/*-
* Copyright (c) 2004 Lev Walkin . All rights reserved.
* Redistribution and modifications are permitted subject to BSD license.
*/
#ifndef _XER_ENCODER_H_
#define _XER_ENCODER_
www.eeworm.com/read/272715/10946762
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/271693/10983838
m n_encoder.m
function [coded,t,real_len] = N_encoder(code_rate,raw_bits,lens)
if code_rate==1||code_rate==0
coded=raw_bits;t=[];
elseif code_rate==1/2
t = poly2trellis(7,[171 133]); % Define trellis.
www.eeworm.com/read/270936/11019286
m conv_encoder.m
function conv=Conv_Encoder(info)
%This is the Convolution Encoder. We pass our data (192 bit, a 20ms frame)into the Convolution Encoder R=1/2, k=9 R=input bits/output bits. K=9 means 9 stage shift
www.eeworm.com/read/469436/6934454
bat test_encoder.bat
jpeg_demo.exe -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.exe -i ..\..\test_encoder\yellow_yuv42