代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/390716/8450461
m get_punc_params.m
function [punc_patt, punc_patt_size] = get_punc_params(code_rate)
if strcmp(code_rate,'R3/4')
% R=3/4, Puncture pattern: [1 2 3 x x 6], x = punctured
punc_patt=[1 2 3 6];
punc_patt_siz
www.eeworm.com/read/188533/8530612
m get_punc_params.m
function [punc_patt, punc_patt_size] = get_punc_params(code_rate)
if strcmp(code_rate,'R3/4')
% R=3/4, Puncture pattern: [1 2 3 x x 6], x = punctured
punc_patt=[1 2 3 6];
punc_patt_siz
www.eeworm.com/read/286662/8751890
m exhaustive_feature_selection.m
function [patterns, targets, pattern_numbers] = Exhaustive_Feature_Selection(patterns, targets, params)
% Perform exhaustive (Brute-force) feature selection
%
% Inputs:
% train_patterns - Input
www.eeworm.com/read/430342/8755296
cpp chardatatable.cpp
/*****************************************************************************\
* Copyright (c), Future Entertainment World / Seoul, Republic of Korea *
* All Rights Reserved.
www.eeworm.com/read/385589/8797626
m init.m
clear EbNo maxNumBits maxNumErrs n_bits tb_length CA CB comb_CA_CB
EbNo = 4.5;
maxNumBits = 1e5;
maxNumErrs = 500;
n_bits=3;
tb_length=105;
%Code Rate = 7/8
CA=[1 1 1 1 0 1 0];
CB=[1 0 0 0