Bug 169085 - remove mean of signal
Summary: remove mean of signal
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.7.0
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-14 03:19 UTC by Andrew Walker
Modified: 2008-08-15 18:13 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Walker 2008-08-14 03:19:06 UTC
Version:           1.7.0 (using KDE 3.5.9)
Installed from:    Compiled From Sources
OS:                Linux

The following wishlist item was made by the LFI team:

"...it would be very useful to have the opportunity to remove the mean of all the signals on the same plot."
Comment 1 Andrew Walker 2008-08-14 03:20:25 UTC
SVN commit 846743 by arwalker:

CCBUG:169085 first draft of removal of mean from signal

 M  +43 -10    libkstapp/curvedialogwidget.ui  
 M  +50 -30    libkstapp/kst2dplot.cpp  
 M  +52 -3     libkstapp/kstcurvedialog_i.cpp  
 M  +4 -0      libkstapp/kstcurvedialog_i.h  
 M  +17 -0     libkstmath/kstbasecurve.cpp  
 M  +9 -4      libkstmath/kstbasecurve.h  
 M  +1 -1      libkstmath/ksthistogram.cpp  
 M  +84 -17    libkstmath/kstvcurve.cpp  
 M  +5 -0      libkstmath/kstvcurve.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=846743
Comment 2 Andrew Walker 2008-08-14 20:17:01 UTC
SVN commit 847093 by arwalker:

CCBUG:169085 disable y-axis offset mode when in log mode

 M  +28 -16    libkstapp/kst2dplot.cpp  
 M  +10 -2     libkstmath/kstvcurve.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=847093
Comment 3 Andrew Walker 2008-08-14 20:35:33 UTC
SVN commit 847100 by arwalker:

CCBUG:169085 add ability to set the y-axis vector offset from javaScript

 M  +39 -0     bind_curve.cpp  
 M  +6 -0      bind_curve.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=847100
Comment 4 Andrew Walker 2008-08-15 18:13:48 UTC
all seems to work and has been independently tested.
this functionality is diabled when the y-axis is in log mode.