Rank: 70 based on 507 downloads (last 30 days) and 8 files submitted
photo

Brian Moore

E-mail
Company/University
University of Michigan

Personal Profile:

Ph.D. Student in Electrical Engineering

Professional Interests:
signal processing, random matrix theory

 

Watch this Author's files

 

Files Posted by Brian View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
11 Jun 2013 Screenshot Spirograph GUI A MATLAB GUI for generating customizable multilayer spirographs Author: Brian Moore spirograph, gui, graphical user interf..., animation, simulation, applied calculus 72 4
  • 5.0
5.0 | 3 ratings
03 Dec 2012 Screenshot Linear Algebra Package Implements many common linear algebra functions in completely self-contained MATLAB code. Author: Brian Moore matrix theory, eigenvalue computatio..., linear algebra, algorithms, numerical analysis, singular value comput... 34 1
  • 5.0
5.0 | 2 ratings
05 Nov 2012 Screenshot PCA and ICA Package Implements Principal Component Analysis (PCA) and Independent Component Analysis (ICA). Author: Brian Moore correlation, independence, signal processing, statistics, probability, random variables 136 1
  • 4.0
4.0 | 3 ratings
24 Sep 2012 Screenshot Kalman Filter Package Implements Kalman Filter, Extended Kalman Filter, Dual Kalman Filter, and Square Root Kalman Filters Author: Brian Moore digital filters, statistics, signal processing, probability, adaptive filters, covariance estimation 201 5
  • 4.66667
4.7 | 6 ratings
17 Sep 2012 Screenshot P-Stage Wavelet Compression Tool Performs P-Stage Wavelet Compression on an input image and compares the fidelity of the i/o images. Author: Brian Moore wavelets, image compression, signal processing, image processing, fourier transform, jpeg 19 2
  • 5.0
5.0 | 1 rating
Comments and Ratings by Brian View all
Updated File Comments Rating
27 Jun 2013 Spirograph GUI A MATLAB GUI for generating customizable multilayer spirographs Author: Brian Moore

@Jean Bilheux: The algorithm is pretty simple: move a small arc length, say ds, along the border of each shape and then rotate/translate the inner shape as necessary to align the tangent vectors of the inner/outer shapes at their current border positions

I.e., all one needs is an expression for the derivative of each shape's border, from which one can compute arc length (via numerical integration, if necessary) and tangent vectors

21 Nov 2012 Kalman Filter Package Implements Kalman Filter, Extended Kalman Filter, Dual Kalman Filter, and Square Root Kalman Filters Author: Brian Moore

Hi Alexander,

Make sure you add the Kalman Filters directory and *all* subdirectories to your MATLAB path before running any of the scripts.

For instance, to address your specific problem, EWMA() is a function located in "MA Methods" subdirectory. But you will probably get more errors if you don't add the other subdirectories ("Covariance Estimation Methods", "Linear Algebra Methods", and "Square Root Filter Methods") to your path as well.

Cheers!

18 Oct 2012 P-Stage Wavelet Compression Tool Performs P-Stage Wavelet Compression on an input image and compares the fidelity of the i/o images. Author: Brian Moore

Sure, try running it like this:

imageStr = 'lena_color.png'; % image name
iter = 2; % number of wavelet iterations
cf = 0.94; % compress 94% of the wavelet coefficients
type = 'D6'; % use Daubechies D6 wavelets
PStageWavelets(imageStr,iter,cf,type);

This will compute the Daubechies 'D6' wavelet coefficients (iterated twice) of the color image 'lena_color.png', zero out the smallest 94% of the wavelet coefficients in absolute value, and reconstruct the original image from the compressed coefficients.

Hope this helps!

15 Oct 2012 PCA and ICA Package Implements Principal Component Analysis (PCA) and Independent Component Analysis (ICA). Author: Brian Moore

Why the 2 star ranking Eugene? Please provide feedback so I can improve this package!

Comments and Ratings on Brian's Files View all
Updated File Comment by Comments Rating
01 Jul 2013 Spirograph GUI A MATLAB GUI for generating customizable multilayer spirographs Author: Brian Moore Filion, Adam

This is great! I had totally forgotten about spirograph, had one when I was a kid. Nice implementation in MATLAB and fun to play around with :)

01 Jul 2013 PCA and ICA Package Implements Principal Component Analysis (PCA) and Independent Component Analysis (ICA). Author: Brian Moore Jim

27 Jun 2013 Spirograph GUI A MATLAB GUI for generating customizable multilayer spirographs Author: Brian Moore Moore, Brian

@Jean Bilheux: The algorithm is pretty simple: move a small arc length, say ds, along the border of each shape and then rotate/translate the inner shape as necessary to align the tangent vectors of the inner/outer shapes at their current border positions

I.e., all one needs is an expression for the derivative of each shape's border, from which one can compute arc length (via numerical integration, if necessary) and tangent vectors

27 Jun 2013 Spirograph GUI A MATLAB GUI for generating customizable multilayer spirographs Author: Brian Moore Bilheux, Jean

Nice application. Will also use it to learn the way you designed the algorithm.

25 Jun 2013 Spirograph GUI A MATLAB GUI for generating customizable multilayer spirographs Author: Brian Moore Mohan

Cool!

Top Tags Applied by Brian
signal processing, statistics, gui, probability, fourier transform
Files Tagged by Brian View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
11 Jun 2013 Screenshot Spirograph GUI A MATLAB GUI for generating customizable multilayer spirographs Author: Brian Moore spirograph, gui, graphical user interf..., animation, simulation, applied calculus 72 4
  • 5.0
5.0 | 3 ratings
03 Dec 2012 Screenshot Linear Algebra Package Implements many common linear algebra functions in completely self-contained MATLAB code. Author: Brian Moore matrix theory, eigenvalue computatio..., linear algebra, algorithms, numerical analysis, singular value comput... 34 1
  • 5.0
5.0 | 2 ratings
05 Nov 2012 Screenshot PCA and ICA Package Implements Principal Component Analysis (PCA) and Independent Component Analysis (ICA). Author: Brian Moore correlation, independence, signal processing, statistics, probability, random variables 136 1
  • 4.0
4.0 | 3 ratings
24 Sep 2012 Screenshot Kalman Filter Package Implements Kalman Filter, Extended Kalman Filter, Dual Kalman Filter, and Square Root Kalman Filters Author: Brian Moore digital filters, statistics, signal processing, probability, adaptive filters, covariance estimation 201 5
  • 4.66667
4.7 | 6 ratings
17 Sep 2012 Screenshot P-Stage Wavelet Compression Tool Performs P-Stage Wavelet Compression on an input image and compares the fidelity of the i/o images. Author: Brian Moore wavelets, image compression, signal processing, image processing, fourier transform, jpeg 19 2
  • 5.0
5.0 | 1 rating

Contact us