T O P I C R E V I E W |
rjeans |
Posted - 05/09/2003 : 08:21:22 AM In Tools:Baseline, the positive peak algorithm gives me excellent results. Unfortunately there isnt any further information available (such as how does it work). Does anyone know? I would like to create some script using the technique for my application. Thanks all... |
3 L A T E S T R E P L I E S (Newest First) |
easwar |
Posted - 05/09/2003 : 4:13:48 PM Hi,
The baseline.ogs file in turn uses the curve object in LabTalk to perform peak detection.
Look under the LabTalk documentation for the curve object, specifically the curve.pickPeaks() method. This peak search depends on the following property settings: curve.pickPeaks.simple, curve.maxPeakRange, curve.minHeight, curve.minPeakRange, curve.pickPeaks.minHeight, curve.pickPeaks.rectHeight, curve.pickPeaks.rectWidth.
What each property means is documented as well in the LabTalk help files.
Hope this helps.
Easwar OriginLab.
|
rjeans |
Posted - 05/09/2003 : 10:52:57 AM Thanks for the advice, I have had a look in the OGS file, but this doesnt really help as the code doesnt refer to the maths as far as my limited knowledge can tell. |
Mike Buess |
Posted - 05/09/2003 : 08:45:10 AM Hi,
Baseline.ogs contains the scripts for the Baseline tool and is a good place to start.
Mike Buess Origin WebRing Member |
|
|