Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 917 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 917 Bytes

ISS (Signals and Systems)

Course Description

The course's goal is to teach the students basic theory of signals and linear systems. Student should understand terms (theoreticaly and practically) such as Spectral Analysis, DFT, convolution, linear filtering etc.

Project

The main task is to analyse given audio file. The file contains four interfering cosinus signals that should be detected and filtered.

Language

Python3

Project results

The results are described in this paper [Czech language].

The signal spectrogram is shown on the image below. The 4 cosines are clearly visible. signal_spectrogram

Another image shows the original signal and identified interfering signals. signal_comparison

The filters are designed effectively filtering the interfering signals. signal_results