-  3.39.23
Classes | Functions
matfaust::demo Namespace Reference

The matfaust demo namespace. More...

Classes

class  bsl
 Brain Source Localization demo. More...
 
class  fft
 FFT multiplication runtime comparison between DFT matrix-vector and Faust(FFT)-vector. More...
 
class  hadamard
 The demo for the hierarchical factorization of Hadamard matrices. More...
 
class  quickstart
 The FAuST quickstart script, a good place to look at for a first tour. More...
 
class  runtimecmp
 Runtime comparison demo: Faust-vector and dense matrix-vector multiplications, differents RCGs, transpose. More...
 

Functions

function runall ()
 Script used to run all demo (brain source localisation, hadamard factorization, …) More...
 

Detailed Description

The matfaust demo namespace.

Function Documentation

◆ runall()

matfaust demo matfaust::demo::runall ( )

Script used to run all demo (brain source localisation, hadamard factorization, …)

The scripts creates corresponding figures of the article [1].

References:

[1] Le Magoarou L. and Gribonval R., "Flexible multi-layer sparse approximations of matrices and applications", Journal of Selected Topics in Signal Processing, 2016. https://hal.archives-ouvertes.fr/hal-01167948v1

@Example

>> import matfaust.demo.*
>> runall() % doctest: +ELLIPSIS
%> >> % You'll find the figures in Figures folder located in current directory.
>> % The benchmark files from which figures are based are in the folder output (in the current directory also).
>>

References: [1] Le Magoarou L. and Gribonval R., "Flexible multi-layer sparse approximations of matrices and applications", Journal of Selected Topics in Signal Processing, 2016. https://hal.archives-ouvertes.fr/hal-01167948v1

[2] A. Gramfort, M. Luessi, E. Larson, D. Engemann, D. Strohmeier, C. Brodbeck, L. Parkkonen, M. Hamalainen, MNE software for processing MEG and EEG data http://www.ncbi.nlm.nih.gov/pubmed/24161808, NeuroImage, Volume 86, 1 February 2014, Pages 446-460, ISSN 1053-8119, [DOI] http://dx.doi.org/10.1016/j.neuroimage.2013.10.027

matfaust::demo
The matfaust demo namespace.
Definition: bsl.m:1
matfaust
The FAuST Matlab Wrapper
Definition: bsl.m:1
matfaust::demo::runall
function runall()
Script used to run all demo (brain source localisation, hadamard factorization, …)