cs-self-learning/docs/电子基础/signal.md
2021-12-12 15:50:17 +08:00

17 lines
No EOL
1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# UCB EE120 : Signal and Systems
## 课程简介
- 所属大学UC Berkeley
- 先修要求CS61ACS70微积分线性代数
- 编程语言Python
- 课程难度:🌟🌟🌟🌟🌟
- 预计学时100小时
这门课最精华的部分就是6个超有趣的编程作业了会让你用Python通过学习到的信号与系统的理论知识解决各类实际问题。例如lab3会让你实现FFT算法并和Numpy的官方实现进行性能对比lab4会通过分析手指头的影像数据推断心率lab5就更牛了会让你给哈勃望远镜拍到的照片进行降噪处理恢复绚烂清晰的星空lab6会让你构造一个反馈系统平衡小车上的细杆。
## 课程资源
- [课程网站](https://inst.eecs.berkeley.edu/~ee120/fa19/)
- 课程教材参见课程notes
- 课程作业5个书面作业 + 6个编程作业
## 资源汇总
我在学习这门课中用到的所有资源和作业实现都汇总在[这个Github仓库](https://github.com/PKUFlyingPig/UCB-EE120)中。