#### COMPILING AND EXECUTING INSTRUCTIONS #### In order to compile you must have installed JDK 6. By prompt, enter in the files directory and use the following commands: javac MLP.java javac RNNCinC2010.java Then, to run the program use the command: java RNNCinC2010 #### DATA FILES #### One multichannel signal must be in a single data file with channels in collums, just as the attached examples (a00.txt and a01.txt). All reconstructions will be saved in the same path of the data file with the same name but with the suffix '_prediction' added.