Code Monkey home page Code Monkey logo

chaoscomputing's Introduction

ChaosComputing

This repository contains code and assets used to generate the Computing With Chaos article. For context on what is here, check out the article!

img

Contents

Analysis

This folder contains python scripts used to generate the plots for the article and perform some mathematical analysis. The current contents are:

  • GenerateBifurcationMap.py: This script generates a bifurcation map for a given chaotic function. It also plots the function for a selected parameter value. It was used to generate plots like this: img

  • PlotLyapunovExponents.py: This script computes the Lyapunov exponents for a given chaotic function both by direct curve-fitting and via the derivative trick. This can be used to determine under what parameter values a function is chaotic. It was used to generate plots like this: img

  • SearchForLogicGateThresholds.py: This script performs a brute-force search for chaotic parameters for a given chaotic function. It allows the user to specify the number of bits of precision to use for internal computation values, and enumerates through all possible values. This was used to find the chaotic parameter values referenced in the article.

VHDL

This folder contains the VHDL project used to implement the chaotic lattice on the FPGA. It consists of the following important files:

  • universal_computer.vhd: The top-level entity to be synthesized. Contains the routing logic for the chaotic lattice.
  • tent_universal_element.vhd: The implementation for the chaotic logic gate.
  • brute_force_universal_element.vhd: A dummy universal logic gate used to validate the functionality of the chaotic lattice.
  • universal_gate_testbench.vhd: A testbench used to generate the functional simulations referenced in the article.

chaoscomputing's People

Contributors

mitchellspryn avatar

Stargazers

 avatar

Watchers

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