{"id":18520191,"url":"https://github.com/picotech/picosdk-ps5000-matlab-examples","last_synced_at":"2026-05-07T01:38:49.662Z","repository":{"id":83558028,"uuid":"90033288","full_name":"picotech/picosdk-ps5000-matlab-examples","owner":"picotech","description":"MATLAB® examples for use with the PicoScope® 5203 and 5204 oscilloscopes.","archived":false,"fork":false,"pushed_at":"2023-02-23T13:53:34.000Z","size":733,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-14T17:12:22.135Z","etag":null,"topics":["linux","matlab","picoscope","picoscope-oscilloscope","windows"],"latest_commit_sha":null,"homepage":"","language":"MATLAB","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/picotech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-05-02T12:54:19.000Z","updated_at":"2023-02-23T13:53:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc0e81a9-5b6b-4465-b830-ea36723e9af0","html_url":"https://github.com/picotech/picosdk-ps5000-matlab-examples","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picotech%2Fpicosdk-ps5000-matlab-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picotech%2Fpicosdk-ps5000-matlab-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picotech%2Fpicosdk-ps5000-matlab-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picotech%2Fpicosdk-ps5000-matlab-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/picotech","download_url":"https://codeload.github.com/picotech/picosdk-ps5000-matlab-examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254190417,"owners_count":22029634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["linux","matlab","picoscope","picoscope-oscilloscope","windows"],"created_at":"2024-11-06T17:18:57.229Z","updated_at":"2026-05-07T01:38:49.657Z","avatar_url":"https://github.com/picotech.png","language":"MATLAB","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PicoScope 5203 and 5204 Examples\n\n*picosdk-ps5000-matlab-examples* is a set of MATLAB examples demonstrating how to call shared library functions to acquire data from the \nPicoScope� 5203 and 5204 Oscilloscopes and control in-built signal generator functionality. The data could be processed in MATLAB using \nfunctions from Toolboxes such as [Signal Processing Toolbox](https://www.mathworks.com/products/signal.html). \n\nThe examples are provided as MATLAB scripts and live scripts and demonstrate how to acquire data using the following acquisition modes:\n\n- Block \n- Rapid Block\n- Streaming\n\nPlease note that these examples are not compatible with the PicoScope 5000 Series Flexible Resolution Oscilloscopes - these are supported by the \n[PicoScope 5000 Series - MATLAB Generic Instrument Driver](http://uk.mathworks.com/matlabcentral/fileexchange/42820-picoscope-5000-series-matlab-generic-instrument-driver).\n\n## Getting started\n\n### Prerequisites\n\n* [MATLAB](https://uk.mathworks.com/products/matlab.html) for Microsoft Windows (32- or 64-bit) or Linux operating systems (64-bit).\n* The [PicoScope Support Toolbox](http://uk.mathworks.com/matlabcentral/fileexchange/53681-picoscope-support-toolbox)\n* The [PicoSDK C Wrapper Binaries](https://github.com/picotech/picosdk-c-wrappers-binaries)\n\n**Notes:**\n\n* MATLAB 2015b is recommended for 32-bit versions of MATLAB on Microsoft Windows operating systems.\n\n### Installing the examples\n\nWe recommend using the [Add-Ons Explorer](https://uk.mathworks.com/help/matlab/matlab_env/get-add-ons.html) in MATLAB in order to install these files and obtain updates.\n\nIf your version of MATLAB does not have the Add-Ons Explorer, download the zip file from the [MATLAB Central File Exchange page](https://uk.mathworks.com/matlabcentral/fileexchange/59657-picoscope-5203-and-5204-matlab-examples)\n and add the root and sub-folders to the MATLAB path.\n\n### Installing drivers\n\nDrivers are available for the following platforms. Refer to the subsections below for further information.\n\n#### Windows\n\n* Download the PicoSDK (32-bit or 64-bit) driver package installer from our [Downloads page](https://www.picotech.com/downloads).\n\n#### Linux\n\n* Follow the instructions from our [Linux Software \u0026 Drivers for Oscilloscopes and Data Loggers page](https://www.picotech.com/downloads/linux) to install the required `libps5000` driver package. For streaming data collection, the `libpswrappers` driver package will also need to be installed.\n\n### Programmer's Guides\n\nYou can download the Programmer's Guide providing a description of the API functions for the ps5000 driver from our [Documentation page](https://www.picotech.com/library/documentation).\n\n## Obtaining support\n\nPlease visit our [Support page](https://www.picotech.com/tech-support) to contact us directly or visit our [Test and Measurement Forum](https://www.picotech.com/support/forum71.html) to post questions.\n\nIssues can be reported via the [Issues tab](https://github.com/picotech/picosdk-ps5000-matlab-examples/issues).\n\nPlease leave a comment and rating for this submission on our [MATLAB Central File Exchange page](https://uk.mathworks.com/matlabcentral/fileexchange/59657-picoscope-5203-and-5204-matlab-examples).\n\n## Contributing\n\nContributions are welcome. Please refer to our [guidelines for contributing](.github/CONTRIBUTING.md) for further information.\n\n## Copyright and licensing\n\nSee [LICENSE.md](LICENSE.md) for license terms. \n\n*PicoScope* is a registered trademark of Pico Technology Ltd. \n\n*MATLAB* is a registered trademark of The Mathworks, Inc. *Signal Processing Toolbox*\nis a trademark of The Mathworks, Inc.\n\n*Windows* is a registered trademark of Microsoft Corporation. \n\n*Linux* is the registered trademark of Linus Torvalds in the U.S. and other countries.\n\nCopyright � 2015-2017 Pico Technology Ltd. All rights reserved. \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicotech%2Fpicosdk-ps5000-matlab-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpicotech%2Fpicosdk-ps5000-matlab-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicotech%2Fpicosdk-ps5000-matlab-examples/lists"}