:py:mod:`rofunc.devices.emg.export`
===================================

.. py:module:: rofunc.devices.emg.export

.. autodoc2-docstring:: rofunc.devices.emg.export
   :allowtitles:

Module Contents
---------------

Functions
~~~~~~~~~

.. list-table::
   :class: autosummary longtable
   :align: left

   * - :py:obj:`process_one_channel <rofunc.devices.emg.export.process_one_channel>`
     - .. autodoc2-docstring:: rofunc.devices.emg.export.process_one_channel
          :summary:
   * - :py:obj:`process_all_channels <rofunc.devices.emg.export.process_all_channels>`
     - .. autodoc2-docstring:: rofunc.devices.emg.export.process_all_channels
          :summary:
   * - :py:obj:`plot_raw_and_clean <rofunc.devices.emg.export.plot_raw_and_clean>`
     - .. autodoc2-docstring:: rofunc.devices.emg.export.plot_raw_and_clean
          :summary:
   * - :py:obj:`plot_abs_and_mvc <rofunc.devices.emg.export.plot_abs_and_mvc>`
     - .. autodoc2-docstring:: rofunc.devices.emg.export.plot_abs_and_mvc
          :summary:
   * - :py:obj:`plot_mvcscale_and_activity <rofunc.devices.emg.export.plot_mvcscale_and_activity>`
     - .. autodoc2-docstring:: rofunc.devices.emg.export.plot_mvcscale_and_activity
          :summary:

Data
~~~~

.. list-table::
   :class: autosummary longtable
   :align: left

   * - :py:obj:`SAMPING_RATE <rofunc.devices.emg.export.SAMPING_RATE>`
     - .. autodoc2-docstring:: rofunc.devices.emg.export.SAMPING_RATE
          :summary:
   * - :py:obj:`k <rofunc.devices.emg.export.k>`
     - .. autodoc2-docstring:: rofunc.devices.emg.export.k
          :summary:
   * - :py:obj:`n <rofunc.devices.emg.export.n>`
     - .. autodoc2-docstring:: rofunc.devices.emg.export.n
          :summary:

API
~~~

.. py:data:: SAMPING_RATE
   :canonical: rofunc.devices.emg.export.SAMPING_RATE
   :value: 2000

   .. autodoc2-docstring:: rofunc.devices.emg.export.SAMPING_RATE

.. py:data:: k
   :canonical: rofunc.devices.emg.export.k
   :value: 4

   .. autodoc2-docstring:: rofunc.devices.emg.export.k

.. py:data:: n
   :canonical: rofunc.devices.emg.export.n
   :value: 2

   .. autodoc2-docstring:: rofunc.devices.emg.export.n

.. py:function:: process_one_channel(data, sampling_rate, k)
   :canonical: rofunc.devices.emg.export.process_one_channel

   .. autodoc2-docstring:: rofunc.devices.emg.export.process_one_channel

.. py:function:: process_all_channels(data, n, sampling_rate, k)
   :canonical: rofunc.devices.emg.export.process_all_channels

   .. autodoc2-docstring:: rofunc.devices.emg.export.process_all_channels

.. py:function:: plot_raw_and_clean(data_filter, data_clean, k)
   :canonical: rofunc.devices.emg.export.plot_raw_and_clean

   .. autodoc2-docstring:: rofunc.devices.emg.export.plot_raw_and_clean

.. py:function:: plot_abs_and_mvc(data_abs, data_mvc, k)
   :canonical: rofunc.devices.emg.export.plot_abs_and_mvc

   .. autodoc2-docstring:: rofunc.devices.emg.export.plot_abs_and_mvc

.. py:function:: plot_mvcscale_and_activity(data_mvcscale, data_activity, k)
   :canonical: rofunc.devices.emg.export.plot_mvcscale_and_activity

   .. autodoc2-docstring:: rofunc.devices.emg.export.plot_mvcscale_and_activity
