# 脑电分析之时频分析

在我的文章中，我不喜欢贴数学公式来讲解一些内容，这部分对我个人来说，觉得是繁琐复杂的。我比较喜欢通过通俗的语言来介绍。在EEG领域，我们通常会进行的一些分析，可以参考以下这张图。

![eeg分析方法](https://tva1.sinaimg.cn/large/007S8ZIlgy1gis9aa0vhyj31g40u04qp.jpg)

——来源胡理老师PPT

通过上图可以发现，我们一般进行的任务态数据分析包含哪些内容，当然前提是需要进行预处理后的。这些方法都有各自针对的领域，所谓是师傅引进门，修行靠个人。

![image-20200916130011693](https://tva1.sinaimg.cn/large/007S8ZIlgy1gisema7bl7j30t210g1aw.jpg)

——图来源eeglab

在之前的文章中，我也介绍了其中的一部分分析方法，可翻看前面的文章。今天我们来看看时频分析的常用算法与实现。提到时频分析，可以查看上图中的历史进程，不可避免的会使人联想到傅里叶变换、短时傅里叶变换、小波变换还有一些俺也不懂的变换方法，想一想就觉得头疼。我们先来看看这几种方法的优缺点

参考内容：

1、[连续小波变换详解（1）](https://zhuanlan.zhihu.com/p/28208640)

2、[形象易懂讲解算法I——小波变换](https://zhuanlan.zhihu.com/p/22450818)

3、[matlab时频分析之连续小波变换cw](thttps://blog.csdn.net/weixin_42943114/article/details/89603208?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.add_param_isCf\&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.add_param_isCf)

4、eeglab官网

5、analyzer2手册

## 谢谢大家观看，如有帮助，来个喜欢或者关注吧！

本文作者：Chen Rui

星球地址 ：[知识星球](https://t.zsxq.com/W5M3F)[Blog ](https://t.zsxq.com/W5M3F)

知乎地址 : [知乎专栏](https://www.zhihu.com/people/braintechnology)&#x20;

B站地址 : [B站主页](<https://space.bilibili.com/328549846 >)&#x20;

公众号：大脑技术\
&#x20;CSDN地址 : [csdn主页](https://blog.csdn.net/craig_cc)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://book.7988888.xyz/eeg/nao-dian-fen-xi-zhi-shi-pin-fen-xi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
