代码搜索结果

找到约 10,000 项符合 Algorithm 的代码

rmf_algorithm.m

%检验收匹配滤波器算法的正确性; clc; clear; h=[12 -8 45 -6 23 49]; x=[32 9 -13 -27 10 -3]; whole_sum=sum(h.*x); for i=1:length(h) if h(i)

genetic_algorithm.m

function D = Genetic_Algorithm(train_features, train_targets, params, region); % Classify using a basic genetic algorithm % Inputs: % features - Train features % targets - Train targets % Para

jsil-algorithm.mmp

// JSIL.mmp // // Copyright (C) 2003, 2006 by Jon A. Webb // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // Lic

lms_algorithm.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % This program si

k_algorithm.c

#include #include #include #include int vectornum; int vectorsize; float * datafield; float * tempcenter; struct GROUP {

levinson_algorithm.m

% This program is used to solve the Toeplitz matrix using the Levinson % algorithm. Preference:"数值分析与算法",page 118. 4/16/08. function X=levinson_algorithm(A,B) % A=[1 2 3 4 5 6; % 2 1 2 3 4

map algorithm.txt

clc;clear t=cputime; disp('islem yapiliyor. Lutfen bekleyiniz...') son=4; for snr=0:son hata(snr+1)=0; snr carpan=[100 100 1000 1000 10000 100000]; for j=1:carpan(snr+1)

k_algorithm.c

#include #include #include #include int vectornum; int vectorsize; float * datafield; float * tempcenter; struct GROUP {