Multichannel-systems NeuroExplorer Uživatelský manuál Strana 262

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 373
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 261
1 2 ... 257 258 259 260 261 262 263 264 265 266 267 ... 372 373

Komentáře k této Příručce

Žádné komentáře