SignalSubsystem Class

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


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

      Constructor Summary

      Constructors 
      Constructor and Description
      <a href="../../../../ru/neurotech/neurodevices/features/SignalSubsystem.html#SignalSubsystem-long-">SignalSubsystem</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
      <a href="../../../../ru/neurotech/neurodevices/features/Channel.html" title="class in ru.neurotech.neurodevices.features">Channel</a>[] <a href="../../../../ru/neurotech/neurodevices/features/SignalSubsystem.html#getChannels--">getChannels</a>() 
      int <a href="../../../../ru/neurotech/neurodevices/features/SignalSubsystem.html#getGain--">getGain</a>() 
      int <a href="../../../../ru/neurotech/neurodevices/features/SignalSubsystem.html#getSamplingFrequency--">getSamplingFrequency</a>() 
      int <a href="../../../../ru/neurotech/neurodevices/features/SignalSubsystem.html#getSignalOffset--">getSignalOffset</a>() 
      int[] <a href="../../../../ru/neurotech/neurodevices/features/SignalSubsystem.html#getSupportedFrequencies--">getSupportedFrequencies</a>() 
      void <a href="../../../../ru/neurotech/neurodevices/features/SignalSubsystem.html#setGain-int-">setGain</a>(int gain) 
      void <a href="../../../../ru/neurotech/neurodevices/features/SignalSubsystem.html#setSamplingFrequency-int-">setSamplingFrequency</a>(int frequency) 
      void <a href="../../../../ru/neurotech/neurodevices/features/SignalSubsystem.html#setSignalOffset-int-">setSignalOffset</a>(int offset) 
      void <a href="../../../../ru/neurotech/neurodevices/features/SignalSubsystem.html#startSignalReceive--">startSignalReceive</a>() 
      void <a href="../../../../ru/neurotech/neurodevices/features/SignalSubsystem.html#stopSignalReceive--">stopSignalReceive</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="SignalSubsystem-long-"> </a>

      • SignalSubsystem

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

      Method Detail

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

      • startSignalReceive

        public void startSignalReceive()

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

      • stopSignalReceive

        public void stopSignalReceive()

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

      • getSamplingFrequency

        public int getSamplingFrequency()

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

      • getSupportedFrequencies

        public int[] getSupportedFrequencies()

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

      • getGain

        public int getGain()

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

      • setGain

        public void setGain(int gain)

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

      • getSignalOffset

        public int getSignalOffset()

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

      • setSignalOffset

        public void setSignalOffset(int offset)

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

      • setSamplingFrequency

        public void setSamplingFrequency(int frequency)

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

      • getChannels

        public <a href="../../../../ru/neurotech/neurodevices/features/Channel.html" title="class in ru.neurotech.neurodevices.features">Channel</a>[] getChannels()