renamed analysis.accllr to analysis.latency. i left analysis.accllr for now but it just points to analysis.latency and gives a warning message when you load it.
added calc_itpc() to calculate itpc over trials
added plot_angles() to plot phase and magnitude of data
added detect_erp_response() as simple measurement of latency based on when threshold crossing occurs
added detect_itpc_response() as measurement of latency based on itpc values
analysis.accllr
to analysis.latency. i leftanalysis.accllr
for now but it just points toanalysis.latency
and gives a warning message when you load it.