7739f915fc
The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is ltfat. The Large Time/Frequency Analysis Toolbox (LTFAT) is a Matlab/Octave toolbox for working with time-frequency analysis, wavelets and signal processing. It is intended both as an educational and a computational tool. The toolbox provides a large number of linear transforms including Gabor and wavelet transforms along with routines for constructing windows (filter prototypes) and routines for manipulating coefficients.
8 lines
335 B
Text
8 lines
335 B
Text
--- Makefile-orig 2013-09-18 02:28:16.000000000 +0000
|
|
+++ Makefile 2013-09-18 02:28:30.000000000 +0000
|
|
@@ -2,4 +2,4 @@
|
|
$(MAKE) -f Makefile_unix
|
|
$(MAKE) -C ../oct -f Makefile_unix
|
|
mv ../oct/*.oct .
|
|
- ls -1 *.oct | cut -d . -f 1 | xargs -i rm -f ../inst/comp/{}.m
|
|
+ ls -1 *.oct | cut -d . -f 1 | xargs -I{} rm -f ../inst/comp/{}.m
|