Function: GC Evoked

From OpenWetWare
Jump to navigationJump to search

Syntax:

   GC_Evoked(File,Npoint,Order,Window_Size,Step_Size)

Input(s):

   File        - The name of input file
   Npoint      - Number of time point
   Order       - Model order to use
   Window_Size - Window size 
   Step_Size   - Number of time point between windows

Output(s):

   Save the Granger causality results to output file

To download the code for this funciton, please click the following link: File:GC Evoked.m

Back