Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 673 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 673 Bytes

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.