Multichannel-systems NeuroExplorer Bedienungsanleitung Seite 262

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 373
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 261
5.5.8.32. DecimateContVar Function
DecimateContVar Function
Decimates a continuous variable.
Syntax
DecimateContVar(doc, resultName, contVar, decimationFactor)
Parameters
Parameter Type Description
doc documentReference Reference to the document.
resultName string The name of the decimated continuous variable.
contVar variableReference Reference to the variable.
decimationFactor double If decimationFactor = 2, every second data point of
contVar is copied to the result, if decimationFactor =
3, every third, etc.
Returns
None
Comments
None
Usage
NexScript
doc = GetActiveDocument()
DecimateContVar(doc, "decimated", doc.contVar1, 10)
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 260
Seitenansicht 261
1 2 ... 257 258 259 260 261 262 263 264 265 266 267 ... 372 373

Kommentare zu diesen Handbüchern

Keine Kommentare