%% =========================================================================== % Copyright (C) 2000 by FTW, Wien, Austria; All rights reserved. % % Description : Startup of SDSL Testloop Example % % File : startup.m % Author(s) : Tomas Nordstrom (Tomas.Nordstrom@FTW.at) % : % % CVS: $Id: startup.m,v 1.1 2000/11/10 10:18:24 tono Exp $ %% =========================================================================== %% =========================================================================== % Change History % 2000-11-08 (ToNo) Created %% =========================================================================== %% =========================================================================== % Set up xDSL simulator paths cwd=pwd; relative='/../../'; path(path,[cwd relative 'xdslcomm']); path(path,[cwd relative 'xdsldefs']); %% =========================================================================== % Run the main program ExSDSLtestloop;