Dev-Goel / Denoise-and-Deblur-a-Signal

EEL2010 Signals and Systems Course Programming Assignment. This code removes noise (denoise) and then sharpen (deblur) the signal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Denoise-and-Deblur-a-Signal

EEL2010 Signals and Systems Course Programming Assignment

  • Problem Statement here

  • Code here

  • Code includes two approaches to recover the original signal x[n] from distorted signal y[n].

    • First remove noise (denoise) and then sharpen (deblur).
    • First sharpen (deblur) and then remove noise (denoise).
  • Report here

  • Report contains detailed analysis of both approaches.

About

EEL2010 Signals and Systems Course Programming Assignment. This code removes noise (denoise) and then sharpen (deblur) the signal.


Languages

Language:Jupyter Notebook 100.0%