... | ... | @@ -11,4 +11,8 @@ anywave --run imaginary-coherence --input_file <file> --low_freq 8 --high_freq 1 |
|
|
--fft_overlap 0.25 --output_file results.mat
|
|
|
```
|
|
|
|
|
|
# Parameters |
|
|
\ No newline at end of file |
|
|
# Parameters
|
|
|
* low_freq: low frequency bin in Hz. Default value is 8Hz.
|
|
|
* high_freq: high frequency bin in Hz. Default value is 12Hz.
|
|
|
* fft_window: duration of the FFT window used in seconds. Default value is 1s.
|
|
|
* fft_overlap: duration of the FFT shift in seconds. Default is 0.25s. |
|
|
\ No newline at end of file |