Channel Class

From Neurotech Software Development Kit
Jump to: navigation, search
  • java.lang.Object
    • ru.neurotech.neurodevices.features.Channel


  • public class <span class="typeNameLabel">Channel</span>
    extends java.lang.Object
    • <a name="constructor.summary"> </a>

      Constructor Summary

      Constructors 
      Constructor and Description
      <a href="../../../../ru/neurotech/neurodevices/features/Channel.html#Channel-long-">Channel</a>(long nativeObjPtr) 
    • <a name="method.summary"> </a>

      Method Summary

      All Methods <a href="javascript:show(2);">Instance Methods</a> <a href="javascript:show(8);">Concrete Methods</a> 
      Modifier and Type Method and Description
      java.lang.String <a href="../../../../ru/neurotech/neurodevices/features/Channel.html#getName--">getName</a>() 
      double[] <a href="../../../../ru/neurotech/neurodevices/features/Channel.html#getRawData-int-int-">getRawData</a>(int offset, int length) 
      double[] <a href="../../../../ru/neurotech/neurodevices/features/Channel.html#getSignalData-int-int-">getSignalData</a>(int offset, int length) 
      long <a href="../../../../ru/neurotech/neurodevices/features/Channel.html#getTotalDataLength--">getTotalDataLength</a>() 
      • <a name="methods.inherited.from.class.java.lang.Object"> </a>

        Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • <a name="constructor.detail"> </a>

      Constructor Detail

      <a name="Channel-long-"> </a>

      • Channel

        public Channel(long nativeObjPtr)
    • <a name="method.detail"> </a>

      Method Detail

      <a name="getSignalData-int-int-"> </a>

      • getSignalData

        public double[] getSignalData(int offset,
                                      int length)

      <a name="getRawData-int-int-"> </a>

      • getRawData

        public double[] getRawData(int offset,
                                   int length)

      <a name="getName--"> </a>

      • getName

        public java.lang.String getName()

      <a name="getTotalDataLength--"> </a>

      • getTotalDataLength

        public long getTotalDataLength()