Giter VIP home page Giter VIP logo

8-methods-to-denoise's Introduction

8-methods-to-denoise

8 methods to denoise one dim signal with randn-noise.

restore.py

image

  • NS: noisy signal

  • S: original siganl

  • mean filter: ws = window size

  • median filter:

  • average filter: ns = number of noisy signal(different)

  • bandpass filter: l = low cut-off frequency, h = high ...

  • threshold filter: r = ratio(max abs(fft) / min ...)

  • wavelet filter: a = threshold

  • std filter:

  • NN: neural network

restore2.py

image

  • why not pair them two or three together ?!

assessment

  • 1.mean 2.median 3.std ->Useful but not effective
  • 3

- (double noise) 1.mean 2.median 3.std -> unsatisfactory ![4](https://github.com/ZakiZhang168/8-methods-to-denoise/assets/130261283/fcd247ac-2ac5-4b5a-a08a-8bbc12904a4b)
- 4.Average -> better but unpractical ![5](https://github.com/ZakiZhang168/8-methods-to-denoise/assets/130261283/e10217e5-8e5f-47c2-b0a5-f43bed22307c)
- 5.Bandpass -> not bad, more smooth ![6](https://github.com/ZakiZhang168/8-methods-to-denoise/assets/130261283/82f973e5-283d-4109-b520-1b8417c77b7d)
- 6.Wavelet -> somewhat better than 5 ![7](https://github.com/ZakiZhang168/8-methods-to-denoise/assets/130261283/64dcfc30-c5e4-4e4f-b2ff-647d31cda029)
- 7.Threshold -> good ![8](https://github.com/ZakiZhang168/8-methods-to-denoise/assets/130261283/fec776c9-e47a-4874-8ff8-79a99ba6ef42)
- 8. NN -> not good, Difficult to evaluate ![9](https://github.com/ZakiZhang168/8-methods-to-denoise/assets/130261283/9a2651da-ffdd-4c85-8121-d4c5bc8c31af)
- Combination -> give up md,mn,std, but nn is useful ! ![10](https://github.com/ZakiZhang168/8-methods-to-denoise/assets/130261283/65c11d36-0dcd-4e01-9530-06b761616787)

8-methods-to-denoise's People

Contributors

zakizhang168 avatar

Stargazers

 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.