Giter VIP home page Giter VIP logo

signal-noise-removal's Introduction

Signal-Noise-Removal

Key Features

  • This project demonstrates the noise removal by using FFT analysis and Decrete Cosine Transform (DCT) from a contaminated signal.

  • The code is shown in the in the Code folder

  • The result of the experiment is shown as the report

Result

FFT

alt text

alt text

It is clearly that the signal still suffering in the contaminting of noise after passing by the denoise algorithm.

Due to the noise components are distributed irregularly through the spectrum, some of the noise components have combined with the original one. It leads the algorithm can not distinguish the noise element form them because of the magnitude of noise in each frequency is still uncertain.

DCT

alt text

alt text

alt text

Due to the power compaction in DCT, the main energy of the component is concentrated in some parameter and using others to represent the small variation in different frequency. It is good for data compression due to the transforms adopts the less data to represent the original figure but losing detail. Therefore, based on this concept, the noise components which are distributed into the whole spectrum can be eliminated efficiently by removing these tiny value of coefficient

signal-noise-removal's People

Contributors

yuchehuang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.