Menu

Commit [r1306]  Maximize  Restore  History

- Removed files with unclear license. Removed code was used only for

Savitzky-Golay smoothing.
- Reimplemented Savitzky-Golay smoothing from scratch, based on information
found at http://www.statistics4u.info/fundstat_eng/cc_filter_savgol_math.html
and routines provided by the GSL. The new implementation features improved
handling of values near the endpoints of the input data; namely, instead of
effectively zero-padding the data, the smoothing polynomial obtained from a
fixed window is used to compute the output values in question.

knut_f 2010-04-05

changed /branches/current_stable/scidavis/sourcefiles.pri
changed /branches/current_stable/scidavis/src/SmoothFilter.cpp
changed /branches/current_stable/scidavis/src/SmoothFilter.h
removed /branches/current_stable/scidavis/src/nrutil.cpp
removed /branches/current_stable/scidavis/src/nrutil.h
/branches/current_stable/scidavis/sourcefiles.pri Diff Switch to side-by-side view
Loading...
/branches/current_stable/scidavis/src/SmoothFilter.cpp Diff Switch to side-by-side view
Loading...
/branches/current_stable/scidavis/src/SmoothFilter.h Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.