// Function f = new SineFunction((float) Math.PI, 1f / (float) Math.PI);
// Plotter.plot(f, 0, .01f, 3, "input");
FunctionInput input = new FunctionInput("input", new Function[]{f}, Units.UNK);
network.addNode(input);
network.addProjection(input.getOrigin(FunctionInput.ORIGIN_NAME), t);
// Probe rate = network.getSimulator().addProbe("neuron", "rate", true);
// Probe N = network.getSimulator().addProbe("neuron", "N", true);
// Probe dNdt = network.getSimulator().addProbe("neuron", "dNdt", true);
// Probe I = network.getSimulator().addProbe("neuron", "I", true);