代码搜索:Decoding

找到约 6,356 项符合「Decoding」的源代码

代码结果 6,356
www.eeworm.com/read/248277/12586125

vhd decoding.vhd

-- decoding library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_unsigned.all; use IEEE.std_logic_arith.all; entity decoding is port(sel:in std_logic_vector(1 downto 0); c:i
www.eeworm.com/read/248277/12586132

sym decoding.sym

www.eeworm.com/read/300861/13887258

m decoding.m

function [DecodeMat,flagMat,recvalue]=decoding(DecodeMat,flagMat,recvalue,antiQuantiMat,quantiflag,rIlist,scanorder,scancode,scNum,qrNum) global row col for r=1:row*col if flagMat(scanorder(r
www.eeworm.com/read/134728/13975791

m decoding.m

function [decimal_space]=decoding(min_confines,max_confines,binary_space,bits) %Decoding Function Of Simple Genetic Algorithm Program (Version 1.0.0.1 ) %Support multi-dimesion parameters %By che
www.eeworm.com/read/101201/15841822

m decoding.m

No=variance; % assume the codeword c, the parity check matrix H and No are already loaded into the MATLAB memory tx_waveform=bpsk(u,1); %amp= 1 rx_waveform=awgn(tx_waveform,No); sc
www.eeworm.com/read/191902/8417188

m hmm_decoding.m

www.eeworm.com/read/286662/8751803

m hmm_decoding.m

www.eeworm.com/read/429968/8777462

m start_decoding.m

function start_decoding format long global top_value high low code_value_bits value value=0; for ii=1:code_value_bits value=2*value+input_bit; end low=0; high=top_value;
www.eeworm.com/read/428096/8895986

m channel_decoding.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 根据不同用户的信道编码参数,进行信道解码 function decoded_user_bit = channel_decoding ( demod_user_bit , UserRS_Coding , UserTrellis,...
www.eeworm.com/read/428096/8896098

m st_decoding.m

function st_decoded = st_decoding( Recv,channel_est,N_Tx_ant, N_Rx_ant ,ST_Code, Idx_data) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 空时解码和分集处理