代码搜索:Convolutional

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

代码结果 698
www.eeworm.com/read/122813/14667024

c viterbi.c

/* Viterbi decoder for K=7 rate=1/2 convolutional code * Copyright 1995 Phil Karn, KA9Q */ /* The two generator polynomials for the NASA Standard K=7 code. * Since these polynomials are known to b
www.eeworm.com/read/294145/3920267

readme

Image ===== Shows the transmission of an image using different coding schemes. Slot 0: Synchronisation Slot 1: Uncoded transmission Slot 2: Repetition-code Slot 3: Convolutional code Slot 4: LDPC-cod
www.eeworm.com/read/294145/3920346

readme

Image ===== Shows the transmission of an image using different coding schemes. Slot 0: Synchronisation Slot 1: Uncoded transmission Slot 2: Repetition-code Slot 3: Convolutional code Slot 4: LDPC-cod
www.eeworm.com/read/390716/8450557

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/188533/8530721

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

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 "viterbi
www.eeworm.com/read/431631/8664409

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/287843/8665216

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/384774/8843872

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/384121/8896812

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