I have raw signals from a brain area and I want to derive lfp. To obtain lfp I am required to do downsampling and low-pass filtering. I have the following questions-
There is a lot of literature that says that filtering severely affects Granger Causality. How do I navigate this?
What filter should I use? Should I do forward-backward filtering to prevent phase shift to ultimately do Granger causality or is it not required?
When working with raw signals from a brain area and aiming to derive local field potentials (LFPs), downsampling and low-pass filtering are common preprocessing steps. However, it's important to consider the potential effects of filtering on measures like Granger Causality and make informed decisions. Here are some suggestions to navigate this:
1. Understanding the impact of filtering on Granger Causality: It is true that filtering can introduce artifacts and alter the properties of neural signals, potentially affecting Granger Causality analysis. Filtering can introduce phase shifts, distort signal amplitudes, and introduce spurious correlations. It's essential to be aware of these potential effects and consider them when interpreting Granger Causality results.
2. Choosing the appropriate filter: The choice of the filter depends on the specific requirements of your analysis and the characteristics of your data. Generally, for LFP analysis, a low-pass filter is applied to remove high-frequency noise and retain the low-frequency components of interest. Butterworth, Chebyshev, and FIR filters are commonly used options. The filter's parameters, such as the cutoff frequency, filter order, and filter type, should be selected based on your specific research question and the spectral characteristics of the LFP signals.
3. Forward-backward filtering: Forward-backward filtering, also known as zero-phase filtering or bidirectional filtering, is a technique to mitigate phase distortion introduced by the filtering process. It involves applying the filter forward and backward in time to ensure that the phase shift is minimized. This technique can be beneficial when phase information is crucial, such as in some connectivity analyses. However, it's important to note that forward-backward filtering increases the computational complexity and may not always be necessary depending on your specific analysis goals.
In summary, to navigate the potential effects of filtering on Granger Causality analysis, it is crucial to be aware of the limitations and artifacts introduced by filtering. Careful selection of the appropriate filter and consideration of the trade-offs between preserving phase information and computational complexity should be made based on your specific research objectives and the characteristics of your data. Consulting the existing literature and seeking expert advice in your specific field of study can provide further insights and guidance.
Based on my knowledge, Granger introduced the theory of Granger causality in 1969 using a linear stochastic autoregressive model. It is important to note that the autoregressive model makes two important assumptions about the analyzed signal: stationarity and stability. However, brainwave data often does not exhibit a stationary state, especially under task-induced conditions. Therefore, in studies where non-stationary signals are fitted using autoregressive models, approaches such as adaptive vector autoregressive models (adaptive VAR) and Kalman filtering have been proposed. Additionally, some preprocessing methods can improve the stationarity of brainwave signals, including filtering, differencing, and detrending. It is worth noting that phase differences in the frequency domain are particularly important for interpreting information flow, so zero-phase shift filters should be used to avoid introducing phase biases. Differencing, which is essentially a high-pass filter, can affect the numerical values of Granger causality.