代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/297455/8017157
vec nco1.vec
% units default to ns %
RADIX DEC ;
START 0 ;
STOP 5185 ;
INTERVAL 5 ;
INPUTS clk ;
PATTERN
0 1 ; % relative vector values %
% CLOCK ticks every 10 ns %
INPUTS reset_n;
PATTERN
0> 1
69>
www.eeworm.com/read/297455/8017267
vec new_receiver_psk.vec
START 0;
STOP 20000;
RADIX DEC;
INTERVAL 10;
INPUTS clk;
PATTERN
0 1;
INPUTS data_in[13..0];
PATTERN
0> 0
20> 4815
40> 7791
60> 7791
80> 4815
100> 0
120> 11569
140> 8593
160> 8593
180> 11569
200> 0
22
www.eeworm.com/read/297455/8017314
vec new_receiver.vec
START 0;
STOP 20000;
RADIX DEC;
INTERVAL 10;
INPUTS clk;
PATTERN
0 1;
INPUTS data_in[13..0];
PATTERN
0> 0
20> 4815
40> 7791
60> 7791
80> 4815
100> 0
120> 11569
140> 8593
160> 8593
180> 11569
200> 0
22
www.eeworm.com/read/297455/8017479
vec new_receiver_ask2.vec
START 0;
STOP 20000;
RADIX DEC;
INTERVAL 10;
INPUTS clk;
PATTERN
0 1;
INPUTS data_in[13..0];
PATTERN
0> 0
20> 0
40> 0
60> 0
80> 0
100> 0
120> 0
140> 0
160> 0
180> 0
200> 0
220> 0
240> 0
260> 0
280> 0
www.eeworm.com/read/297455/8017628
vec new_receiver_ask.vec
START 0;
STOP 20000;
RADIX DEC;
INTERVAL 10;
INPUTS clk;
PATTERN
0 1;
INPUTS data_in[13..0];
PATTERN
0> 0
20> 4815
40> 7791
60> 7791
80> 4815
100> 0
120> 11569
140> 8593
160> 8593
180> 11569
200> 0
22
www.eeworm.com/read/297452/8019132
vec nco1.vec
% units default to ns %
RADIX DEC ;
START 0 ;
STOP 5185 ;
INTERVAL 5 ;
INPUTS clk ;
PATTERN
0 1 ; % relative vector values %
% CLOCK ticks every 10 ns %
INPUTS reset_n;
PATTERN
0> 1
69>
www.eeworm.com/read/397099/8068816
m information_based_selection.m
function [patterns, targets, remaining_patterns] = Information_based_selection(patterns, targets, Npatterns)
% Koller and Sawami algorithm for pattern selection
%
% train_patterns - Input pattern
www.eeworm.com/read/396828/8088203
m get_wcfdata_gmu_snn.m
function gmu = get_wcfdata_gmu_snn(wcfdata)
%GET_WCFDATA_GMU_SNN Get pattern weigths.
%
%Syntax
%
% gmu = get_wcfdata_gmu_snn(wcfdata)
%
gmu = wcfdata.gmu;
www.eeworm.com/read/245941/12770869
m information_based_selection.m
function [patterns, targets, remaining_patterns] = Information_based_selection(patterns, targets, Npatterns)
% Koller and Sawami algorithm for pattern selection
%
% train_patterns - Input pattern
www.eeworm.com/read/245098/12823572
c access.c
/*
* Boa, an http server
* This file Copyright (C) 2002 Peter Korsgaard
* Some changes Copyright (C) 2003-2004 Jon Nelson
*
* This program is free softwa