代码搜索:coded
找到约 2,797 项符合「coded」的源代码
代码结果 2,797
www.eeworm.com/read/328849/12998352
m tx_ldpc_encode.m
function coded_bits=tx_ldpc_encode(uncode_bits)
global rows;
global cols;
global psm1j;
global Gp1;
global rearranged_cols;
inf_word_len=cols-rows;
uncode_bits_len=length(uncode_bits);
ldp
www.eeworm.com/read/328849/12998417
m tx_ldpc_encode.m
function coded_bits=tx_ldpc_encode(uncode_bits)
global rows;
global cols;
global psm1j;
global Gp1;
global rearranged_cols;
inf_word_len=cols-rows;
uncode_bits_len=length(uncode_bits);
ldp
www.eeworm.com/read/328849/12998489
m tx_ldpc_encode.m
function coded_bits=tx_ldpc_encode(uncode_bits)
global rows;
global cols;
global psm1j;
global Gp1;
global rearranged_cols;
inf_word_len=cols-rows;
uncode_bits_len=length(uncode_bits);
ldp
www.eeworm.com/read/328849/12998551
m tx_ldpc_encode.m
function coded_bits=tx_ldpc_encode(uncode_bits)
global rows;
global cols;
global psm1j;
global Gp1;
global rearranged_cols;
inf_word_len=cols-rows;
uncode_bits_len=length(uncode_bits);
ldp
www.eeworm.com/read/328849/12998619
m tx_ldpc_encode.m
function coded_bits=tx_ldpc_encode(uncode_bits)
global rows;
global cols;
global psm1j;
global Gp1;
global rearranged_cols;
inf_word_len=cols-rows;
uncode_bits_len=length(uncode_bits);
ldp
www.eeworm.com/read/292190/8368430
v ldpc_testbench.v
/*
Copyright (c) 2007 Tom Hawkins
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Sof
www.eeworm.com/read/428096/8896069
m pilot_insert.m
function pilot_added = pilot_insert(st_coded,Idx_pilot,PilotValue)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 加入导频.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/383950/8909405
c extract.c
/* EXTRACT.C - Extract message bits from coded blocks. */
/* Copyright (c) 2000, 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this program
* for purposes
www.eeworm.com/read/381491/9090070
m convolutional_en.m
function [output]=convolutional_en(input)
% 卷积编码
% convolutional_coded实现卷积编码。给出任意一个输入序列input、卷积码生成矩阵
% G、和输入端口数k0。可以正确获得经过编码后的输出序列output。
%
% k0:在一个时钟周期内输入移位寄存器的bit数k0=1;
% G :卷积编码器的生成
www.eeworm.com/read/182787/9191292
m convolutional_en.m
function [output]=convolutional_en(input)
% 卷积编码
% convolutional_coded实现卷积编码。给出任意一个输入序列input、卷积码生成矩阵
% G、和输入端口数k0。可以正确获得经过编码后的输出序列output。
%
% k0:在一个时钟周期内输入移位寄存器的bit数k0=1;
% G :卷积编码器的生成