https://github.com/jmrplens/picoscopematlab
Library for working with the PicoScope 5000 series (and possibly other models) in MATLAB
https://github.com/jmrplens/picoscopematlab
5000 function-generator instrument matlab oscilloscope picoscope picoscope-oscilloscope
Last synced: 3 months ago
JSON representation
Library for working with the PicoScope 5000 series (and possibly other models) in MATLAB
- Host: GitHub
- URL: https://github.com/jmrplens/picoscopematlab
- Owner: jmrplens
- Created: 2023-03-17T15:48:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T20:06:18.000Z (about 2 years ago)
- Last Synced: 2025-01-16T06:16:23.696Z (5 months ago)
- Topics: 5000, function-generator, instrument, matlab, oscilloscope, picoscope, picoscope-oscilloscope
- Language: HTML
- Homepage:
- Size: 2.61 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# picoScopeMATLAB
Library for working with the PicoScope 5000 series (and possibly other models) in MATLAB.This repository includes the necessary toolboxes developed by Pico Technology:
- PicoScope 5000 Series A API MATLAB Generic Instrument Driver.
- PicoScope Support Toolbox.It is only necessary to install the **PicoSDK** to make it fully functional. It can be downloaded here: https://www.picotech.com/downloads
At the moment it is only compatible with Linux and Windows. I have not been able to get it to work completely on MacOS. If you have information or have managed to get it to work correctly on MacOS, please contact me.
## Help
To see the help you can run one of these lines in matlab:
```matlab
addpath(genpath('picoscope5000'))
help picoscope5000
```
```matlab
addpath(genpath('picoscope5000'))
doc picoscope5000
```
| Using `doc` | Using `help` |
|:------------------------------------------------:|:-------------------------------------------------:|
||
|
## Examples
Open the **Examples.m** file, where you will find some examples.
You can see the code in the **picoscope5000** folder or by executing `open` + the name of the example.