~ubuntu-branches/ubuntu/wily/octave-ltfat/wily-proposed

« back to all changes in this revision

Viewing changes to inst/frames/Contents.m

  • Committer: Package Import Robot
  • Author(s): Sébastien Villemot, Rafael Laboissiere
  • Date: 2015-07-18 23:36:41 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20150718233641-jhuf3f551a3523qc
Tags: 2.1.0+dfsg-1
* Team upload.

[ Rafael Laboissiere ]
* Imported Upstream version 2.1.0+dfsg
* d/rules: Prevent unit testing on armhf and mips.
  This avoids FTBFS on theses architectures (see Bug#765545).
* Unit testing does not need X-window anymore
  + d/rules: Do not use xfvb-run to run the tests.
  + d/control: Drop xauth, xvfb, and gnuplot-nox from Build-Depends.
    Also, the versioned dependency on octave-pkg-dev is relaxed.
* Drop .jar file from upstream tarball, complying with the Debian Policy
  + d/copyright: Exclude file blockproc.jar
  + d/rules: Add get-orig-source target
  + d/watch: Mangle upstream version to cope with "+dfsg" tag
* Build blockproc.jar, which is deleted from the upstream tarball
  + d/rules: Add commands for building blockproc.jar
  + d/control: Build-depend on default-jdk
  + d/p/fix-path-of-included-makefile.patch: New patch
* Bump Standard-Versions to 3.9.6 (no changes needed)
* d/p/autoload-yes.patch: Remove patch (deprecated upstream)
* Bump Build-Depends on octave to >> 4.0.0~rc4-1 (for sndfile support)
* d/check.m: Avoid verbose output of unit tests
* d/watch: Add the repacksuffix option
* d/p/add-hardening-flags.patch: Drop patch (applied upstream)
* d/p/fix-path-of-included-makefile.patch: Drop patch (applied upstream)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
% LTFAT - Frames
2
2
%
3
 
%  Peter L. Soendergaard, 2012 - 2014.
 
3
%  Peter L. Soendergaard, 2012 - 2015.
4
4
%
5
5
%  Creation of a frame object
6
6
%    FRAME             - Construct a new frame
13
13
%    FRANA             - Frame analysis
14
14
%    FRSYN             - Frame synthesis
15
15
%    FRSYNMATRIX       - Frame synthesis operator matrix
 
16
%    FRGRAMIAN         - Frame Gramian operator
 
17
%    FRAMEOPERATOR     - Frame operator
16
18
%    FRAMEDIAG         - Diagonal of frame operator
17
19
%    FRANAITER         - Iterative perfect reconstruction analysis
18
20
%    FRSYNITER         - Iterative perfect reconstruction synthesis
37
39
%
38
40
%  Non-linear analysis and synthesis
39
41
%    FRANABP           - Basis pursuit using the SALSA algorithm.
40
 
%    FRANALASSO        - LASSO threshholding using Landweber iterations.
41
 
%    FRANAGROUPLASSO   - Group LASSO threshholding.
 
42
%    FRANALASSO        - LASSO thresholding using Landweber iterations.
 
43
%    FRANAGROUPLASSO   - Group LASSO thresholding.
42
44
%    FRSYNABS          - Frame synthesis from magnitude of coefficients
43
45
%
44
 
%  For help, bug reports, suggestions etc. please send email to
45
 
%  ltfat-help@lists.sourceforge.net
 
46
%  For help, bug reports, suggestions etc. please visit 
 
47
%  http://github.com/ltfat/ltfat/issues
46
48
%
47
 
%   Url: http://ltfat.sourceforge.net/doc/frames/Contents.php
 
49
%   Url: http://ltfat.github.io/doc/frames/Contents.html
48
50
 
49
 
% Copyright (C) 2005-2014 Peter L. Soendergaard <soender@users.sourceforge.net>.
50
 
% This file is part of LTFAT version 2.0.1
 
51
% Copyright (C) 2005-2015 Peter L. Soendergaard <peter@sonderport.dk>.
 
52
% This file is part of LTFAT version 2.1.0
51
53
%
52
54
% This program is free software: you can redistribute it and/or modify
53
55
% it under the terms of the GNU General Public License as published by