Coder Social home page Coder Social logo

dsp's Introduction

Digital Signal Processing

heart_rate

This code is used to extract the heart rate from an individual using only a short video clip of the individual. This concept was used in the video calling device that our SDSU team developed for West Health Institute. The code to take a short video and amplify the skin tone variations to reveal the heartbeat was designed by an amazing team at MIT led by Dr. Frédo Durand and Dr. William T. Freeman. Their project can be found here. Our team wanted to use this concept of medical sensing without physical contact, and implemented the MIT code. The code provided by them creates an output video. Further code is needed to extract the heart rate using Fast Fourier Transform (FFT). This code was written to take the center fifth of the frame and average the intensity of red pixels in that region. This information is then processed to find the dominant frequency which can be read as the individual's heart rate. Further improvements can be made by incorporating image stabilization or face tracking, but for our purpose these were not necessary.

high_res_spectrum_analysis

The objective is to compare the power spectrum estimates produced using several methods, particularly the minimum variance method which is not based on the traditional use of the FFT. The main goal is to compare the vertical variance that is present in the different methods, both qualitatively and quantitatively.

imperial_march

This project required the noise reduction of a song, The Imperial March from Star Wars. Several types of noise had been added to the audio file, and needed to be removed. The code in imperial_march_fft.m finds the noise. Using this information, four band stop filters were designed and implemented in imperial_march_filter.m. The program produced a noiseless song after several tweaks with the filter parameters.

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.