Giter VIP home page Giter VIP logo

noise's Introduction

NOISE

logo

Note: This code is not currently compiling.

NOISE is a lattice random walker simulator. The implementation allows arbitrary number of random walkers and dimension. The system consists of a concentric pair of hypercubes with the bigger one forming the bounding box and obeys periodic boundary conditions. This implementation cross-compiles on an Arduino compatible microcontroller as well as a PC system. When compiled on a microcontroller, the code can be used to generate Poisson Noise signals on any available digital pin. The compiled PC system can be used as an emulator or a stand alone application.

The random walkers in the HyperCube emit a HIGH signal, whenever a random walker passes through the smaller concentric cube. The inspiration behind this model was to crudely simulate diffusive fluorescent particles passing through a confocal volume. Outside the confocal volume (or the smaller hypercube), the signal emitted by the random walkers is LOW.

The file macros.hpp contains the macros the are used to enable/disable features and control the build environment.

โ†’ For PC Systems, build using gcc:

g++ -std=c++11 main.cpp -o noise

Execute:

./noise <optional-name>

File Descriptions

main.cpp - Executor code for PC System .

NOISE.ino - Executor for Arduino compatible microcontrollers.

hypercube_engine.hpp - Describes the simulation box.

minmax.hpp - Describes the utility class used for controlling boundary conditions.

rand.hpp - Random number generation interface.

pulse.hpp - Describes the pulsing mechanism.

macros.hpp - Describes the macros that control the features and the build.

utilities.hpp - Generic utility functions.


noise's People

Contributors

yatharthb97 avatar

Watchers

 avatar

noise's Issues

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.