diff --git a/docs/电子基础/signal.en.md b/docs/电子基础/signal.en.md new file mode 100644 index 00000000..ca18dff0 --- /dev/null +++ b/docs/电子基础/signal.en.md @@ -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) \ No newline at end of file