trentool / TRENTOOL3

Open-Source MATLAB toolbox for transfer entropy estimation
http://trentool.github.io/TRENTOOL3/
GNU General Public License v3.0
56 stars 26 forks source link

Issue a warning if requested delays do not match sampling interval #3

Open pwollstadt opened 9 years ago

pwollstadt commented 9 years ago

TRENTOOL should throw a warning/error if delays requested by the user do not match the sampling interval. This happens if requested delays have a finer resolution than the sampling frequency of the data. When TRENTOOL converts requested delays from ms to samples, delays may be mapped to the same number of samples, which will then result in redundant computations for TE estimation.