Bases: nitime.analysis.base.BaseAnalyzer
Calculate SNR for a response to repetitions of the same stimulus, according to (Borst, 1999) (Figure 2) and (Hsu, 2004).
Hsu A, Borst A and Theunissen, FE (2004) Quantifying variability in neural responses ans its application for the validation of model predictions. Network: Comput Neural Syst 15:91-109
Borst A and Theunissen FE (1999) Information theory and neural coding. Nat Neurosci 2:947-957
Initializer for the multi_taper_SNR object
Parameters : | input: TimeSeries object : bandwidth: float, :
adaptive: bool, default to False :
low_bias : bool, default to False
|
---|
Notes
Thompson, DJ (2007) Jackknifing multitaper spectrum estimates. IEEE Signal Processing Magazing. 24: 20-30
The correlation between all combinations of trials
Returns : | (r,e) : tuple
|
---|
Signal and noise as defined in Borst and Theunissen 1999, Figure 2
Parameters : | response: nitime TimeSeries object :
|
---|