Data acquisition in Matlab

Post your MATLAB discussions here
Post Reply
daxesh
User
User
Posts: 3
Joined: Thu Oct 11, 2018 11:20 am

Data acquisition in Matlab

Post by daxesh »

Hello,

I am using 2406B Picoscope in Windows 10 (64 bit) with Matlab 2016b (64 bit).
How can I read/save the data continuously from channel A in real time and particularly in a Matrix in Matlab.
I have tried an ID_Block example from the example list but I can’t manage to read out the whole raw data.
I would be happy if you show me an minimum example script for reading a continuous row data from picoscope. Also suggest, Is there any manual or file to set and configure a channel with Matlab ?

Thank you and Regards,
Daxesh

Hitesh

Re: Data acquisition in Matlab

Post by Hitesh »

Hi Daxesh,

There is a user manual accessible via the Help menu in MATLAB (look under Supplemental Software) if you have installed the Instrument Driver Hardware Support Package via the Add-Ons Explorer, otherwise please ensure that the location of the help folder is on the MATLAB path. Some of the examples also show how to change channel settings.

When you refer to continuous data acquisition how long do you need to capture data for? There is a streaming data capture example included with the Instrument Driver Hardware Support Package which you can also refer to.

Regards,

Post Reply