[Kst] extragear/graphics/kst/plugins
George Staikos
staikos at kde.org
Mon May 23 16:44:59 CEST 2005
SVN commit 417384 by staikos:
add copyright+license and enable build
M +2 -1 Makefile.am
M +5 -0 cumulative_sum/cumulative_sum.c
M +5 -0 differentiation/differentiation.c
--- Makefile.am #417383:417384
@@ -20,4 +20,5 @@
CORRELATION_SUBDIR=correlation
endif
-SUBDIRS=bin linefit periodogram phase statistics chop crossspectrum syncbin $(NOISE_SUBDIR) $(FITS_SUBDIR) $(FITSNONLINEAR_SUBDIR) $(INTERPOLATIONS_SUBDIR) $(PASS_FILTERS_SUBDIR) $(CORRELATION_SUBDIR) $(CONVOLUTION_SUBDIR) editor
+SUBDIRS=bin linefit periodogram phase statistics chop crossspectrum syncbin $(NOISE_SUBDIR) $(FITS_SUBDIR) $(FITSNONLINEAR_SUBDIR) $(INTERPOLATIONS_SUBDIR) $(PASS_FILTERS_SUBDIR) $(CORRELATION_SUBDIR) $(CONVOLUTION_SUBDIR) editor cumulative_sum differentiation
+
--- cumulative_sum/cumulative_sum.c #417383:417384
@@ -1,3 +1,8 @@
+/*
+ * Copyright 2005, Nicolas Brisset
+ * Released under the terms of the GPL.
+ *
+ */
/* Plugin to compute the "integral" of a signal.
Watch out, the resulting vector is 1 sample longer!
In some cases, this might disturb but it is better to
--- differentiation/differentiation.c #417383:417384
@@ -1,3 +1,8 @@
+/*
+ * Copyright 2005, Nicolas Brisset
+ * Released under the terms of the GPL.
+ *
+ */
/* Plugin to compute the discrete derivative of an input vector.
A fixed-step input is assumed. For extreme points the right- and left-
tangents are used, for other points their mean as it tends to give better
More information about the Kst
mailing list