Revision 6a438270f634e6a027f9c3ced449c921d8369ef0 authored by tysonnsa on 11 December 2020, 18:38:26 UTC, committed by GitHub on 11 December 2020, 18:38:26 UTC
1 parent d3f857c
Raw File
PerformLatencyAnalysis.m

%%
load('/Users/tysonaflalo/Dropbox/GitCode/Tyson/ForDistribution/eLifeTactile/LatencyData')
plsrt_=dimred.plsr_ae('SmoothParams',[.8 .002],'n_components',5,'shouldTrackResiduals',0);
LA=AU.LatencyAnalysis('dimred',plsrt_);


LA.fit_transform('LA',LatencyData.NeuralData,LatencyData.Time)
%%
LA.PlotData()
LA.PlotPWFit()

back to top