代码搜索:Decode
找到约 10,000 项符合「Decode」的源代码
代码结果 10,000
www.eeworm.com/read/402420/11535239
m decode.m
function [x,coarse] = decode(gen,vlb,vub,bits)
%DECODE Converts from binary to variable representation.
% [X,COARSE] = DECODE(GEN,VLB,VUB,BITS) converts the binary
% population GEN to variable
www.eeworm.com/read/262491/11587384
c decode.c
/*
* video.c
*
* ============================================================================
* Copyright (c) Texas Instruments Inc 2005
*
* Use of this software is controlled by the ter
www.eeworm.com/read/158454/11614320
m decode.m
function[x_decode]=decode(y,snr(i))
con=10^(snr(i)/10);
Lc=4*con*y;
Lq=Lc;
R=val_R(Lq,y,Lc);
Lq=val_LQ(R,Lc);
L=val_L(Lc,R); %first decode
for i=1:20
if L(i)>0 %判决
www.eeworm.com/read/347953/11622312
ico decode.ico
www.eeworm.com/read/157691/11670945
dsp decode.dsp
# Microsoft Developer Studio Project File - Name="decode" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/157691/11671099
opt decode.opt
www.eeworm.com/read/157691/11671553
h decode.h
/*
** Copyright (C) 1998,1999,2000,2001 Martin Roesch
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public
www.eeworm.com/read/157691/11671627