Pinned Repositories
ADC-001_basic_code
Basic programs for development and test of the ADC-001 cape
ADC-001_hardware_information
Information regarding the ADC-001 A/D cape for the Beaglebone Black
AnomalyDetector
An anomaly detector based on subspace projection methods. Runs in real-time on Beaglebone with ADC-001 cape & mic.
CircleMesh
Tests error scaling of box-counting vs. triangular mesh for 2D integration
DifferentialEquationsBook
Differential Equations Book for MATH7205
Duffings-Eq
Playpen to compute the period doubling route to chaos in Duffing's equation. Uses SUNDIALS and VTK.
FeigenbaumConstants
Julia programs which compute the Feigenbaum constants
LaplaceColdRoom
Laplace's equation for temp profile of cold room solved using CUDA implementation of relaxation method
MandelbrotExplorer
Interactive Mandelbrot set explorer using CUDA acceleration and VTK for graphics/interaction
MusicPlaypen
Implementation of MUSIC algorithm in C running in real time on Beaglebone using the ADC-001 cape.
brorson's Repositories
brorson/FeigenbaumConstants
Julia programs which compute the Feigenbaum constants
brorson/MusicPlaypen
Implementation of MUSIC algorithm in C running in real time on Beaglebone using the ADC-001 cape.
brorson/ADC-001_basic_code
Basic programs for development and test of the ADC-001 cape
brorson/DifferentialEquationsBook
Differential Equations Book for MATH7205
brorson/AnomalyDetector
An anomaly detector based on subspace projection methods. Runs in real-time on Beaglebone with ADC-001 cape & mic.
brorson/ADC-001_hardware_information
Information regarding the ADC-001 A/D cape for the Beaglebone Black
brorson/CircleMesh
Tests error scaling of box-counting vs. triangular mesh for 2D integration
brorson/Duffings-Eq
Playpen to compute the period doubling route to chaos in Duffing's equation. Uses SUNDIALS and VTK.
brorson/LaplaceColdRoom
Laplace's equation for temp profile of cold room solved using CUDA implementation of relaxation method
brorson/MandelbrotExplorer
Interactive Mandelbrot set explorer using CUDA acceleration and VTK for graphics/interaction
brorson/FeigenbaumContinuedFractions
Python programs using Feigenbaum constants to compute Khinchin's constant
brorson/LogisticAccumulationPoint_bifurcation
Compute the period-2 accumulation point of the logistic map by finding the bifurcation points lambda_n for increasing n. Then use sequence acceleration techniques to extend the number of digits found.
brorson/LogisticAccumulationPoint_superstable
Computation of the logistic map's period-2 accumulation point. I calculate the sequence of superstable points R_n using non-derivative root-finding methods. I increase the number of digits in the accumulation point computation using sequence acceleration techniques.
brorson/VisualizingAMatrix
Source for the Visualizing a Matrix paper
brorson/VTKTransformUnitBall
3D unit ball transformed by random matrix and rendered using VTK.