代码搜索:cascade

找到约 5,158 项符合「cascade」的源代码

代码结果 5,158
www.eeworm.com/read/316604/13520391

m cascade_correlation.m

function D = Cascade_Correlation(train_features, train_targets, params, region) % Classify using a backpropagation network with the cascade-correlation algorithm % Inputs: % features- Train feat
www.eeworm.com/read/359185/6352480

m cascade_correlation.m

function D = Cascade_Correlation(train_features, train_targets, params, region) % Classify using a backpropagation network with the cascade-correlation algorithm % Inputs: % features- Train feat
www.eeworm.com/read/493206/6398458

m cascade_correlation.m

function D = Cascade_Correlation(train_features, train_targets, params, region) % Classify using a backpropagation network with the cascade-correlation algorithm % Inputs: % features- Train feat
www.eeworm.com/read/244480/6427206

ico window-cascade.ico

www.eeworm.com/read/485609/6554947

m cascade_pidcontorl.m

%Series System Control clear all; close all; ts=2; sys1=tf(1,[10,1]); dsys1=c2d(sys1,ts,'z'); [num1,den1]=tfdata(dsys1,'v'); sys2=tf(1,[10,1]); dsys2=c2d(sys2,ts,'z'); [num2,den2]=tfdata(
www.eeworm.com/read/405069/11472161

m cascade_correlation.m

function [test_targets, Wh, Wo, J] = Cascade_Correlation(train_patterns, train_targets, test_patterns, params) % Classify using a backpropagation network with the cascade-correlation algorithm % I
www.eeworm.com/read/348500/11591423

gif cascade2.gif

www.eeworm.com/read/256711/11977753

range cascade.txt.range

12348 140065 591320 3.16102e+007 18.0123 107.562
www.eeworm.com/read/255577/12072846

asv f_cascade.asv

function [B,A,b_0] = f_cascade (b,a) %F_CASCADE: Find cascade form digital filter realization % % H(z) = b_0*H_1(z)*H_2(z)*...*H_N(z) % % Usage: [B,A,b_0] = f_cascade (b,a)