00001 /********************************************************* 00002 test_1/filter_net.h 00003 -------------------------------------------------------- 00004 generated at Tue Jul 19 14:46:44 2005 00005 by snns2c ( Bernward Kett 1995 ) 00006 *********************************************************/ 00007 00008 extern int filter_net(float *in, float *out, int init); 00009 00010 static struct { 00011 int NoOfInput; /* Number of Input Units */ 00012 int NoOfOutput; /* Number of Output Units */ 00013 int(* propFunc)(float *, float*, int); 00014 } filter_netREC = {3,1,filter_net};