-
Notifications
You must be signed in to change notification settings - Fork 25
All: Matlab analysis routines
Paula edited this page Nov 16, 2017
·
1 revision
The Matlab analysis scripts have been developed on Linux. The instructions below are for a Linux system and may need to be adapted slightly for Windows.
-
To run a configuration file, you can use
x = nf.run('neurofield/configs/eirs-corticothalamic.conf')
This will run NeuroField, create an output file
neurofield/configs/eirs-corticothalamic.output
, parse the output file usingnf.read()
and return a Matlabstruct
.
-
You can calculate and plot the power spectrum using
[f,P] = nf.spatial_spectrum(x) loglog(f,P)
© Brain Dynamics Group, University of Sydney 2015