Giter Site home page Giter Site logo

beamformingjs's Introduction

Beamforming in HTML5+Javascript

This project is a mini toy application to simulate beamforming antenna arrays and let the user experiment with different array shapes to see what sort of radiation pattern results.

Demo

Last release build is available at: https://amcrae.github.io/BeamformingJS/beamforming.html

License

Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License as shown in the main html file.

Build Environment

The only action the build does at this point is bundle the javascript file into the HTML file. It is not really necessary as the application will run from src/ just fine.

  1. Install npm for your system.
    sudo apt-get install npm
  2. Install gulp with command line front end, globally.
    sudo npm install --global gulp-cli
  3. Make a local project directory.
    mkdir BeamformingJS ; cd BeamformingJS
  4. Clone the git repository to the local project directory.
    git clone '[email protected]:amcrae/BeamformingJS.git'
  5. Fetch and install the required npm packages into the project directory:
    npm install
  6. Build the all-in-one HTML file into the dist/ folder.
    gulp

Approximate History

?? Dec 2014 : Became interested in how radar/ultrasonic beamforming is done.

18 Jan 2015 : First version 1.0 written and released to a handful of people via Dropbox.

03 Aug 2016 : Version 1.1 moved the array closer to centre of rendered area.

15 Aug 2016 : Version 1.1 put under revision control and released on GitHub.

The rest, as they say, is git log history.

beamformingjs's People

Contributors

amcrae avatar

Watchers

James Cloos 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.