import numpy as np
from scipy.ie import odeint
from sklearn.manifold import TSNE
# 步骤1: 相空间重构
def phase_space_restru(eeg_data, dey, dimension):
“““
从脑电数据重建相空间
eeg_data: 128通道脑电数据
dey: 时间延迟
dimension: 嵌入维度
The content is not finished, continue reading on the next page