mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-23 18:06:56 +08:00
translate signal.md
This commit is contained in:
parent
ee32cc8ace
commit
e2024f4b28
1 changed files with 21 additions and 0 deletions
21
docs/电子基础/signal.en.md
Normal file
21
docs/电子基础/signal.en.md
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
# UCB EE120: Signal and Systems
|
||||||
|
|
||||||
|
## Descriptions
|
||||||
|
|
||||||
|
- Offered by: UC Berkeley
|
||||||
|
- Prerequisites: CS61A, CS70, Calculus, Linear Algebra
|
||||||
|
- Programming Languages: Python
|
||||||
|
- Difficulty: 🌟🌟🌟🌟🌟
|
||||||
|
- Class Hour: 100 hours
|
||||||
|
|
||||||
|
The essence of this course is the 6 incredibly interesting Labs that will allow you to use signals and systems theory to solve a variety of practical problems in Python . For example, lab3 will let you implement the FFT algorithm and compare the performance with Numpy's official implementation. lab4 will let you infer the heart rate by processing the video of a thumb held up close to an iPhone camera. lab5 is more awesome and will let you reduce the noise in the photos taken by the Hubble telescope to restore the brilliant and bright starry sky. lab6 will let you build a feedback system to stabilize the pole on the cart.
|
||||||
|
|
||||||
|
## Course Resources
|
||||||
|
|
||||||
|
- Course Website: https://inst.eecs.berkeley.edu/~ee126/fa20/content.html
|
||||||
|
- Recordings: refer to course website
|
||||||
|
- Assignments: refer to course website
|
||||||
|
|
||||||
|
## Personal Resources
|
||||||
|
|
||||||
|
All the resources and assignments used by @PKUFlyingPig in this course are maintained in [PKUFlyingPig/UCB-EE120 - GitHub](https://github.com/PKUFlyingPig/UCB-EE120)
|
||||||
Loading…
Reference in a new issue