#include <iostream>
#include <fstream>
#include <sstream>
#include "dneuron.h"
#include "dsched.h"
#include "dlogger.h"
#include <mak/cmdopt.h>
Go to the source code of this file.
Compounds | |
| class | tobserver |
This program tests the performance of delayed firing simulations. Every neuron has an sinusoidal external input and interconnecting synapses, which causes alpha-function-style (difference of two exponential functions) response. Two hundred pulses are injected to produce initial activity. You can change parameters by command-line options; try dtest -h to show the list of options.
Copyright (C) 2003 Makino, Takaki.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Definition in file dtest.cpp.
1.2.18