Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Signal processing problems, solved in MATLAB and in Python

Posted By: BlackDove
Signal processing problems, solved in MATLAB and in Python

Signal processing problems, solved in MATLAB and in Python
Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.85 GB | Duration: 98 lectures • 12h 32m


Applications-oriented instruction on signal processing and digital signal processing (DSP) using MATLAB and Python codes

What you'll learn
Understand commonly used signal processing tools
Design, evaluate, and apply digital filters
Clean and denoise data
Know what to look for when something isn't right with the data or the code
Improve MATLAB or Python programming skills
Know how to generate test signals for signal processing methods
*Fully manually corrected English captions!

Requirements
Basic programming experience in MATLAB or Python
High-school math
Description
Why you need to learn digital signal processing.

Nature is mysterious, beautiful, and complex. Trying to understand nature is deeply rewarding, but also deeply challenging. One of the big challenges in studying nature is data analysis. Nature likes to mix many sources of signals and many sources of noise into the same recordings, and this makes your job difficult.

Therefore, one of the most important goals of time series analysis and signal processing is to denoise: to separate the signals and noises that are mixed into the same data channels.

The big idea of DSP (digital signal processing) is to discover the mysteries that are hidden inside time series data, and this course will teach you the most commonly used discovery strategies.

What's special about this course?

The main focus of this course is on implementing signal processing techniques in MATLAB and in Python. Some theory and equations are shown, but I'm guessing you are reading this because you want to implement DSP techniques on real signals, not just brush up on abstract theory.

The course comes with over 10,000 lines of MATLAB and Python code, plus sample data sets, which you can use to learn from and to adapt to your own coursework or applications.

In this course, you will also learn how to simulate signals in order to test and learn more about your signal processing and analysis methods.

You will also learn how to work with noisy or corrupted signals.

Are there prerequisites?

You need some programming experience. I go through the videos in MATLAB, and you can also follow along using Octave (a free, cross-platform program that emulates MATLAB). I provide corresponding Python code if you prefer Python. You can use any other language, but you would need to do the translation yourself.

I recommend taking my Fourier Transform course before or alongside this course. However, this is not a requirement, and you can succeed in this course without taking the Fourier transform course.

What should you do now?

Watch the sample videos, and check out the reviews of my other courses – many of them are "best-seller" or "top-rated" and have lots of positive reviews. If you are unsure whether this course is right for you, then feel free to send me a message. I hope you to see you in class!

Who this course is for
Students in a signal processing or digital signal processing (DSP) course
Scientific or industry researchers who analyze data
Developers who work with time series data
Someone who wants to refresh their knowledge about filtering
Engineers who learned the math of DSP and want to learn about implementations in software