Search found 7 matches

by mpdefeo
Thu Sep 26, 2013 12:34 pm
Forum: General Software Discussions
Topic: Stack Average
Replies: 2
Views: 3778

Re: Stack Average

Thank you, Hitesh.
by mpdefeo
Thu Sep 26, 2013 12:32 am
Forum: MATLAB
Topic: A few questions
Replies: 3
Views: 4413

A few questions

I have a few questions regarding the picoscope 6404b and matlab. 1. When acquiring data from more than 1 channel in rapid block mode, how is the data stored in the digitizer? Do they alternate segments, or are they concatenated into a single segment. For instance, If I am acquiring 1000 segments wit...
by mpdefeo
Wed Sep 25, 2013 5:16 pm
Forum: General Software Discussions
Topic: Stack Average
Replies: 2
Views: 3778

Stack Average

I have been using the picoscope 6404b acquiring a large number of time traces which I then transfer to software and average down to a single trace. Right now my measurements efficiency is limited by the time required to transfer data from the picoscope data bus to my computer. I have read through th...
by mpdefeo
Mon Sep 09, 2013 7:26 pm
Forum: MATLAB
Topic: 6404b matlab driver
Replies: 2
Views: 4223

Re: 6404b matlab driver

Thank you for the reply, Hitesh.

I think I found the solution to my problem. I, initially created an interface object driver, not a general driver. Things are now working after converting it to a general driver.

Best,
Mike
by mpdefeo
Sat Sep 07, 2013 3:01 pm
Forum: MATLAB
Topic: 6404b matlab driver
Replies: 2
Views: 4223

6404b matlab driver

Hello, I have had success opening communication with the 6404b in matlab using the SDK and an additional header file provided by Hitesh. I have started writing a matlab driver, based on the generic 5000 series driver posted on the mathworks website. However, when I try to load the driver using test ...
by mpdefeo
Thu Sep 05, 2013 2:23 pm
Forum: MATLAB
Topic: PS6404B matlab driver
Replies: 3
Views: 4358

Re: PS6404B matlab driver

I am trying to write my own driver based on the structure of the 5000 series driver posted on the mathworks website. Once I get the basic functionality working I will write my own scripts. Thank you for the header file. Ill start playing around with it today. What is the expected release date for th...
by mpdefeo
Wed Sep 04, 2013 8:28 pm
Forum: MATLAB
Topic: PS6404B matlab driver
Replies: 3
Views: 4358

PS6404B matlab driver

Hello, I am trying to write matlab drivers for the ps6404B based on the drivers for the 5000 series scopes posed on the mathworks website. I have generated a protofile using the command loadlibrary('ps6000.dll','ps6000Api.dll','mfilename',ps6kMFile.m') For the drivers published on the mathworks webs...