GithubHelp home page GithubHelp logo

liquidinstruments / moku-matlab Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 1.0 179.99 MB

MATLAB driver for the Liquid Instruments Moku:Lab

License: MIT License

Python 3.32% MATLAB 96.68%
matlab moku moku-matlab liquid-instruments-moku oscilloscope spectrumanalyzer bodeanalyzer phasemeter datalogger pidcontroller

moku-matlab's Introduction

moku-MATLAB

MATLAB library for the command, control and monitoring of the Liquid Instruments Moku:Lab device.

For moku-MATLAB documentation please run help moku from your MATLAB console.

For information on how to discover your Moku:Lab's IP address see the Connecting to your Moku:Lab guide.

Installation

MATLAB 2015 or later

  1. Download the moku-MATLAB Toolbox
  2. In MATLAB, open the downloaded Toolbox file using the file explorer.
  3. Press "Install".
  4. Run help moku in the MATLAB console to confirm installation.

MATLAB 2013-14

  1. Download the moku-MATLAB zip file
  2. Extract the zip file to a convenient location (we recommend Documents/MATLAB/Add-Ons/Toolboxes).
  3. Open MATLAB.
  4. In the Home tool pane, click "Set Path".
  5. Click "Add with Subfolders..." and select the extracted moku-MATLAB folder.
  6. Press "Save" to permanently add the folder to the MATLAB path.
  7. Run help moku in the MATLAB console to confirm installation.

Supported Versions

  • Windows - MATLAB 2013a+
  • Linux - MATLAB R2013a+
  • Mac - MATLAB 2014a+

Examples

You can find example scripts for instruments in the examples/ folder.

Here is a basic example of how to connect to a Moku:Lab, deploy the Oscilloscope and fetch a single data trace.

% Connect to your Moku:Lab's Oscilloscope instrument
m = MokuOscilloscope('192.168.69.100'); % Your Moku:Lab IP here

% Set the Oscilloscope timebase to be +-1msec
m.set_timebase(-0.001,0.001);

% Get a single frame of data with a 10-sec timeout period
data = m.get_realtime_data('timeout',10);

% Print the time-voltage data for both channels
data.time
data.ch1
data.ch2

Troubleshooting

Licensing

moku-MATLAB is covered under the MIT License (refer to the LICENSE file for details).

Refer to library source files for individual licensing details.

Issue Tracking

Please log issues here on Github.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.