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

« back to all changes in this revision

Viewing changes to inst/demos/demo_frsynabs.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
%-*- texinfo -*-
2
2
%@deftypefn {Function} demo_frsynabs
3
3
%@verbatim
4
 
%DEMO_FRSYNABS  Contruction of a signal with a given spectrogram
 
4
%DEMO_FRSYNABS  Construction of a signal with a given spectrogram
5
5
%
6
6
%   This demo demonstrates iterative reconstruction of a spectrogram.
7
7
%
19
19
%      This figure shows a spectrogram of an iterative reconstruction of the
20
20
%      target spectrogram using the Griffin-Lim projection method.
21
21
%
22
 
%   Figure 4: Iterative reconstruction using the BFGS method
 
22
%   Figure 4: Iterative reconstruction using the BFGS method.
23
23
%
24
24
%      This figure shows a spectrogram of an iterative reconstruction of the
25
25
%      target spectrogram using the BFGS method.
26
26
%
 
27
%   The BFGS method makes use of the minFunc software. To use the BFGS method, 
 
28
%   please install the minFunc software from:
 
29
%   http://www.cs.ubc.ca/~schmidtm/Software/minFunc.html.
 
30
%
27
31
%@end verbatim
28
 
%@strong{Url}: @url{http://ltfat.sourceforge.net/doc/demos/demo_frsynabs.php}
 
32
%@strong{Url}: @url{http://ltfat.github.io/doc/demos/demo_frsynabs.html}
29
33
%@seealso{isgramreal, isgram}
30
34
%@end deftypefn
31
35
 
32
 
% Copyright (C) 2005-2014 Peter L. Soendergaard <soender@users.sourceforge.net>.
33
 
% This file is part of LTFAT version 2.0.1
 
36
% Copyright (C) 2005-2015 Peter L. Soendergaard <peter@sonderport.dk>.
 
37
% This file is part of LTFAT version 2.1.0
34
38
%
35
39
% This program is free software: you can redistribute it and/or modify
36
40
% it under the terms of the GNU General Public License as published by