translate signal.md

This commit is contained in:
smxm 2022-10-01 16:32:27 +08:00 committed by GitHub
parent ee32cc8ace
commit e2024f4b28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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)