# Begin Project
# Begin SubItem "ex17_TFT Pre-Load Program"
# Begin Group "Probe Exception"
#PROP Default_Filter =
# Begin Source File
SOURCE=.\Probe\probe_dsr_general_s7_eb.hex8
# End Source File
========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : Prop
========================================================================
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
// Prop.h : main header file for the PROP application
//
#if !defined(AFX_PROP_H__018DD956_0C72_450B_8A4A_C807F1EBC3EF__INCLUDED_)
#define AFX_PROP_H__018DD956_0C72_450B_8A4A_C807F1EBC3EF__INCLUD
//
// PROP.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
//////
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
function val = get(c, prop, idx)
% COMPONENTS/GET gets properties of a Components object
%
% Usage:
% val = get(c, prop [,idx])
%
% Parameters:
% c - the Components object to query
% pro