| T O P I C R E V I E W |
| anje18 |
Posted - 07/22/2002 : 10:33:20 AM I have been able to do Savitsky-Golay smoothing graphically, but I was wondering if there was any way to perform this same function on data in an origin spreadsheet. Thanks. |
| 1 L A T E S T R E P L I E S (Newest First) |
| easwar |
Posted - 07/22/2002 : 10:56:49 AM Hi,
You can access Savitzky-Golay smoothing from both Origin C and LabTalk. In Origin C, look for the smooth() function which is prototyped in data.h - this function lets you choose a smoothing method (adj. averagning, FFT smoothing, Savitsky-Golay) and can be used on a curve object. A curve object is an Origin object that is an x-y pair.
You can access this smoothing from LabTalk as well, using the Curve object - search for "smoothing" under LabTalk help.
Easwar OriginLab. |
|
|