The spike-triggered average (STA) is a tool for characterizing the response properties of a neuron using the spikes emitted in response to a time-varying stimulus. The STA provides an estimate of a neuron’s linear receptive field. It is a useful technique for the analysis of electrophysiological data.
————From WIKI
STA是神经计算科学中用于计算某神经元触发条件的一种方式
需要记录的有
1、连续的神经电位
2、神经触发标志(spike)
使用一个长度为m毫秒的时间窗口,并且统计所有神经触发之前m毫秒的神经电位值,然后取平均值并作图(x=时间,y=电位值)
最终得到的图像可以明显的与随机数据区分