function out=prop1(in,w,b);
%
% Propagates an input vector
% through one layer of a network
%
% call:
%
% [out]=prop(in,w);
%
% w = weight matrix
% b = bias weights (column vector. Same
*** TKStudio Project (C)ZLG-MCU By YinHandong
*** Do not modify !
# Begin Project
# PROP RegFile_Dir "C:\keil\C51\INC\Atmel"
# Begin Target "rfs"
# PROP DEVICE=AT89C52
# PROP VENDOR=Atmel
# P