代码搜索:LLR
找到约 237 项符合「LLR」的源代码
代码结果 237
www.eeworm.com/read/295861/8136213
c llr_pearl_bp.c
// ------------------------------------------------------------------------
// Name: llr_pearl.c
// Created: February 21, 2000
//
// Iterative probabilistic decoding of linear block codes
// Bas
www.eeworm.com/read/157516/11697000
m llr_deduct_meas.m
function Z_new = LLR_deduct_meas(Z, theta, sigma)
% find the measurements far from theta (outside 95% confidence interval)
N = length(Z);
for i=1:N
Z_new(i).Z = Z(i).Z(find(abs(Z(i).Z-theta)
www.eeworm.com/read/338256/3319408
v llr_max8.v
//FILE_HEADER------------------------------------------------------------------
//Copyright: 2006 ZTE CORPORATION
//Company Confidential: This proprietary may be used only as authorized by a
//
www.eeworm.com/read/338256/3319413
v llr_max4.v
//FILE_HEADER------------------------------------------------------------------
//Copyright: 2006 ZTE CORPORATION
//Company Confidential: This proprietary may be used only as authorized by a
//
www.eeworm.com/read/311816/10246910
m ldpcdecoderandencoder.m
%encode
load GAfinal
code=rand(1,3048)>0.5;%随机产生一个信号源码字,这个code还是逻辑结果,不是数
code=code+0; %为了变成数,把code加零,对code无影响
coded=zeros(1,7493);%为coded分配空间
for n=1:4445
k=zeros(1,3048)-1;
gc
www.eeworm.com/read/157516/11696860
m llr_gau_pda2.m
% log-likelihood function for toy problem toy_GauPDA.m
function LLR = LLR_Gau_PDA2(theta, Z, sigma, lambda, Pd, Pg)
N = length(Z);
A = 10;
LLR = 0;
for i=1:N
M = length(Z(i).Z);
if M
www.eeworm.com/read/245726/4501667
m mqam_llr_sc_threetr.m
%MQAM_LLR_SC---Sfunction
function [sys,x0,str,ts]=MQAM_LLR_SC_threeTR(t,x,u,flag,L,BitRate,sgma)
j=sqrt(-1);
M=16;
d=1;
% 对应的星座图
mapping=[-3*d+j*3*d;
-d+j*3*d;
d+j*3*d;
www.eeworm.com/read/245726/4501696
m mqam_llr_sc_twotr.m
%MQAM_LLR_SC---Sfunction
function [sys,x0,str,ts]=MQAM_LLR_SC_twoTR(t,x,u,flag,L,BitRate,sgma)
j=sqrt(-1);
M=16;
d=1;
% 对应的星座图
mapping=[-3*d+j*3*d;
-d+j*3*d;
d+j*3*d;
www.eeworm.com/read/417700/10980010
c decodebits.c
//Author: David Varodayan (varodayan@stanford.edu)
//Date: May 8, 2006
#include "mex.h"
#include
#include
#define max(a,b) (((a)>(b))?(a):(b))
//C-MEX wrapper
void mexFunctio
www.eeworm.com/read/174134/9606645
c decodebits.c
//Author: David Varodayan (varodayan@stanford.edu)
//Date: May 8, 2006
#include "mex.h"
#include
#include
#define max(a,b) (((a)>(b))?(a):(b))
//C-MEX wrapper
void mexFunctio