BrainDynamicsUSYD / nftsim

C++ library for simulation of multiscale neural field dynamics
Apache License 2.0
29 stars 24 forks source link

Improve +nf matlab functions #147

Open pausz opened 6 years ago

pausz commented 6 years ago

This issue gathers small tasks to improve the preexisting functions in +nf module.

  1. separate the generation of spatial coordinate grids from get_frequencies.m
  2. check power normalization in rfft.m - this task links to #82.
  3. remove hardcoded physical grid dimensions from spatial_spectrum.m
  4. generalize grid.m to support rectangular grids.
  5. clean up read.m. There are parts of the code that are expecting eegcode config files.
  6. make the overlap fraction an (optional) input argument in spectrum.m
pausz commented 6 years ago

Item 2 addressed in #172