|
Public Software Repository
NORMAL
Matlab utility to transform observations to the normal distribution.
[Download normal.m]
DECONVOLUTION OF EVOKED POTENTIALS
This code performs Wiener deconvolution of evoked potentials. It is provided in conjunction with the following paper:
Kerr CC, Rennie CJ, Robinson PA (2009). Deconvolution analysis of target
evoked potentials. Journal of Neuroscience Methods 179:101-10.
The code written in Matlab can be downloaded here:
decon_matlab.tar
decon_matlab.zip
(includes decon.m, to perform the deconvolution; decon1.fig, to support the
main GUI; decon2.fig, to support the plotting GUI; and example data files,
standards.txt and targets.txt.)
The code written in IDL can be downloaded here:
decon_idl.tar
decon_idl.zip
(includes decon.pro, to perform the deconvolution; dev.pro, to control
device output; and example data files, standards.txt and targets.txt.)
Note: the code written in Matlab is far more flexible than the IDL one in terms of
data input, output, and processing; additionally, the GUI-based Matlab
version is easier to use. Hence, where possible, the Matlab version should be
used in preference to the IDL one.
|
|
|