Git Product home page Git Product logo

fourier-series-approximation's Introduction

Fourier series approximation of a binary signal (square wave)

This is an extra-credit assignment done as part of my Computer Networks course. This code uses numpy and matplotlib. To run, simply run
pip install numpy matplotlib
and then run the code with python main.py. This was tested on and definitely works with python 3.10.10.

This code converts a binary string (like "101011110") into a function (with time period 1, amplitude 1 by default) f(x) that returns a square wave with x being the time parameter.

It then calculates the Riemann integral of the function, and then uses it to calculate the coefficients a0, a1, a2, a3... an and b1, b2, b3... bn for the 'offset', and sin(n*x/L) and cos(n*x/L) upto a specifiable n.

The focus here wasn't to write good code, but to understand some of the math that goes into understanding the Fourier series coefficients to represent an aperiodic square wave signal as a sum of sine and cosine waves.

The comments in the code have additional information on how this approximation can be much improved using techniques other than using the Fourier series coefficients alone.

fourier-series-approximation's People

Contributors

notrithik 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.