This repository provides the official implementation of "DSAINet: An Efficient Dual-Scale Attentive Interaction Network for General EEG Decoding". - zy0929/DSAINet ...
def __init__(self, mat_path: str, win_sec=3.0, hop_sec=1.0, use_baseline_subtract=True): m = loadmat(mat_path, struct_as_record=False, squeeze_me=True) dreamer = m ...