We are strong supporters of reproducible research following the statement by David L. Donoho:
"An article about computational science in a scientific publication is not the
scholarship itself, it is merely advertising of the scholarship. The actual scholarship is the complete software development environment and the complete set
of instructions which generated the figures."
We will include all MATLAB-code employed in our publications as well as additional MATLAB-code for
simulations as it becomes available.
Design of Fusion Frames
- FusionFrame.m: Computation of various data related to Fusion Frames.
Given a collection of weighted subspaces defined by a collection of local frames
and associated weights, this program computes various data important for fusion
frame applications, for instance the fusion frame operator and the global dual
frame.
Using the command "help FusionFrame" in MATLAB, all
necessary information for running the program will be given.
- TestData.mat: One example of data for the program FusionFrame.m.
This data-file contains one example of data to test the program FusionFrame.m.
Load the file with "load('TestData.mat')", which will
provide the variables K,F, and v.
- ...still under construction...
Applications of Fusion Frames
- ...still under construction...