代码搜索:Decoding
找到约 6,356 项符合「Decoding」的源代码
代码结果 6,356
www.eeworm.com/read/38741/1117042
vhd decoding.vhd
----------------------------------------------------------------------------------
-- Company: Han'slaser
-- Engineer: Zhouj110624
-- Create Date: 08:53:15 09/22/2012
-- Design Name: deco
www.eeworm.com/read/296366/3904346
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/173453/9657300
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/369142/9661863
cpp decoding.cpp
/**********************************************/
/* LDPC Decoder
/* int DecodingF(struct BasicParaS * ctrl, double * input)
/* Written by: Ouyang Ziyue,
/* Date: Dec 21st, 2007,
www.eeworm.com/read/369134/9661961
cpp decoding.cpp
#include "parameter_sets.h"
int * DecodingF(struct BasicParaS * ctrl, double * input)
{
int * output = new int[ctrl->codeK];
int * decodeOutput = new int[ctrl->numInBits];
double * decod
www.eeworm.com/read/268251/11148471
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/265447/11264098
html decoding.html
Decoding Received Blocks
Decoding Received Blocks
Transmitted codewords are decoded from the received data on the basis
of the likelihood
www.eeworm.com/read/248277/12586081
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/12586091