代码搜索:Convolutional

找到约 698 项符合「Convolutional」的源代码

代码结果 698
www.eeworm.com/read/335938/12489396

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/147096/12583665

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/334435/12602555

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/300086/13936464

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/134210/14000894

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/202786/15372905

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/101557/15826392

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/388089/8636487

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 #include "v
www.eeworm.com/read/385990/8772776

s sse2bfly29.s

/* Intel SIMD SSE2 implementation of Viterbi ACS butterflies for 256-state (k=9) convolutional code Copyright 2004 Phil Karn, KA9Q This code may be used under the terms of the GNU Lesser Gene
www.eeworm.com/read/385990/8772800

s sse2bfly27.s

/* Intel SIMD (SSE2) implementations of Viterbi ACS butterflies for 64-state (k=7) convolutional code Copyright 2003 Phil Karn, KA9Q This code may be used under the terms of the GNU Lesser Ge