代码搜索:Convolutional
找到约 698 项符合「Convolutional」的源代码
代码结果 698
www.eeworm.com/read/313956/13577890
m viterbi.m
function [decoder_output,survivor_state,cumulated_metric]=viterbi(G,k,channel_output)
%VITERBI The Viterbi decoder for convolutional codes
% [decoder_output,survivor_state,cumulated_metric]=viterbi
www.eeworm.com/read/308592/13699294
m viterbi.m
function [decoder_output,survivor_state,cumulated_metric]=viterbi(G,k,channel_output)
%VITERBI The Viterbi decoder for convolutional codes
% [decoder_output,survivor_state,cumulated_metric]=viterbi
www.eeworm.com/read/306840/13736988
m ui_read_options.m
function sim_options = ui_read_options
% packet lengths vector, in bits
pkt_length = eval(get(findobj('Tag', 'PktLen'),'String'))*8;
% convolutional code options
conv_code_rate = get(findobj('
www.eeworm.com/read/306478/13744562
m viterbi.m
function [decoder_output,survivor_state,cumulated_metric]=viterbi(G,k,channel_output)
%VITERBI The Viterbi decoder for convolutional codes
% [decoder_output,survivor_state,cumulated_metric]=viterbi
www.eeworm.com/read/303558/13812513
m viterbi.m
function [decoder_output,survivor_state,cumulated_metric]=viterbi(G,k,channel_output)
%VITERBI The Viterbi decoder for convolutional codes
% [decoder_output,survivor_state,cumulated_metric]=viterbi
www.eeworm.com/read/491196/6441646
m ui_read_options.m
function sim_options = ui_read_options
% packet lengths vector, in bits
pkt_length = eval(get(findobj('Tag', 'PktLen'),'String'))*8;
% convolutional code options
conv_code_rate = get(findobj('
www.eeworm.com/read/480818/6662211
c viterbi37.c
/* Convolutional encoder and Viterbi decoder for K=7 rate=1/3 code
* Copyright 1999 Phil Karn, KA9Q
* May be used under the terms of the GNU Public License
*/
#include
#include "v
www.eeworm.com/read/480818/6662212
c viterbi27.c
/* Convolutional encoder and Viterbi decoder for K=7 rate=1/2 code
* Copyright 1999 Phil Karn, KA9Q
* May be used under the terms of the GNU Public License
*/
#include
#include "v
www.eeworm.com/read/480818/6662213
c encode27.c
/* Encode standard input in the r=1/2 K=7 standard convolutional code.
* Encoded output is big-endian, one byte per symbol, with 1 represented
* by 255 and 0 by 0
*/
#include
#incl
www.eeworm.com/read/480818/6662221
c encode37.c
/* Encode standard input in the r=1/3 K=7 standard convolutional code.
* Encoded output is big-endian, one byte per symbol, with 1 represented
* by 255 and 0 by 0
*/
#include
#incl