You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a network of N neurons, there are N*(N-1)/2 CCHs. The resulting data is 4 dimensional (Neuron#1, Neuron#2, Time-Lag, Correlation). Significant features in this data have to extracted, visualized and quantified.
Plot 3D graph with X=Neuron-Axis-1, Y=Neuron-Axis-2, Z=Time-Lag-Axis, CCH bin-height in direction Y and color coded.
Rescaling of CCH values to [0 .. 1] to apply visual aids (color, alpha)
Correction for the firing rate of the neuron (cross_corr_coef)
Thresholding of the CCH values to declutter the graph
Quantify and interpret the dominant features
The text was updated successfully, but these errors were encountered:
rgutzen
changed the title
Cross Corrleograms Analysis with respect to neuron identities
Evaluate Cross Correlation Histograms for each Neuron Pair
Jul 25, 2017
rgutzen
changed the title
Evaluate Cross Correlation Histograms for each Neuron Pair
Evaluate the Networks Cross Correlation Histograms
Jul 27, 2017
For a network of N neurons, there are N*(N-1)/2 CCHs. The resulting data is 4 dimensional (Neuron#1, Neuron#2, Time-Lag, Correlation). Significant features in this data have to extracted, visualized and quantified.
The text was updated successfully, but these errors were encountered: