代码搜索:Decoding
找到约 6,356 项符合「Decoding」的源代码
代码结果 6,356
www.eeworm.com/read/399996/7816786
m hmm_decoding.m
www.eeworm.com/read/399594/7845549
m decoding_conv.m
function [out] = Decoding_conv(in)
[K,D,N,G,N_t,N_r,L]= header;
tblen = 3; % Traceback length
% Use hard decisions.
tre = poly2trellis(3,[6 7]);
decoded = vitdec(in,tre,tblen,'cont','hard');
www.eeworm.com/read/397099/8068835
m hmm_decoding.m
www.eeworm.com/read/196425/8092803
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/195686/8135366
dll viterbi_decoding.dll
www.eeworm.com/read/195686/8135371
tlc viterbi_decoding.tlc
%% File : Viterbi_Decoding.tlc
%% Created: Fri Aug 26 16:11:14 2005
%%
%% Description:
%% Real-Time Workshop wrapper functions interface generated for
%% S-function "Viterbi_Decoding.c".
%
www.eeworm.com/read/195686/8135372
c viterbi_decoding.c
/*
* File: Viterbi_Decoding.c
*
*
*
* --- THIS FILE GENERATED BY S-FUNCTION BUILDER: 3.0 ---
*
* This file is an S-function produced by the S-Function
* Builder which only r
www.eeworm.com/read/245941/12770899
m hmm_decoding.m
www.eeworm.com/read/330850/12864906
m hmm_decoding.m
www.eeworm.com/read/240937/13186735
m conv_decoding.m
function output_bit = conv_decoding(input_bit,reset)
% convolutional decoding for IEEE802.11a
% Input: input_bit is a 1-by-4 matrix represents 4 bits input.
% Output: output_bit is a 1-by-2 ma