Search found 8 matches

by Sairy
Wed Apr 05, 2023 1:26 am
Forum: MATLAB
Topic: Trigger setting for Rapid block mode
Replies: 3
Views: 1456

Re: Trigger setting for Rapid block mode

Hi Martyn, The number of samples is up to 65536 samples. Normally we will acquire 16384 samples. As shown in the code below, I would like to repeat the acquisition of data starting after the falling edge of the State signal more than 1000 times. numCaptures = 65536; ... for n = 1:1000 [status.runBlo...
by Sairy
Tue Apr 04, 2023 7:57 am
Forum: MATLAB
Topic: Trigger setting for Rapid block mode
Replies: 3
Views: 1456

Re: Trigger setting for Rapid block mode

Hi,
I have created a UML diagram of the PicoScope behavior I want to achieve.

Image

Thank you for your help.
by Sairy
Fri Mar 31, 2023 1:52 am
Forum: MATLAB
Topic: Trigger setting for Rapid block mode
Replies: 3
Views: 1456

Trigger setting for Rapid block mode

Hi, I would like to know about the trigger settings for PicoScope in MATLAB. As shown in this timing chart, I want to acquire voltage data 65536 times for each falling edge of the Trig signal, starting from the measurement data at the first falling edge of the Trig signal after the falling edge of t...
by Sairy
Fri Dec 10, 2021 5:14 am
Forum: MATLAB
Topic: How to set digital trigger pattern on MATLAB?
Replies: 0
Views: 5097

How to set digital trigger pattern on MATLAB?

Hi, I'm trying to set digital trigger pattern using "ps5000aSetTriggerDigitalPortProperties" function. I want to set digital trigger pattern using multiple port conditions such as "D7 == LOW & D6 == FALLING" but the example is using only one port. https://github.com/picotech/picosdk-ps5000a-matlab-i...
by Sairy
Fri Dec 10, 2021 5:01 am
Forum: MATLAB
Topic: How to improve transfer speed on Rapid Block mode?
Replies: 2
Views: 14977

Re: How to improve transfer speed on Rapid Block mode?

Hi Gerry.

I am sorry, but this is my mistake.
The transfer time was measured including the trigger time of the device under test.
PicoScope works fine.

Could you please close this post?

Regards,

Thank you.
by Sairy
Fri Dec 10, 2021 4:54 am
Forum: MATLAB
Topic: 5244D single rectangular pulse
Replies: 2
Views: 11188

Re: 5244D single rectangular pulse

Hi Neil,

I set the shots input variable to 1.
Thank you!

Regards.
by Sairy
Tue Jun 08, 2021 7:57 am
Forum: MATLAB
Topic: How to improve transfer speed on Rapid Block mode?
Replies: 2
Views: 14977

How to improve transfer speed on Rapid Block mode?

Hi, I created data acquisition application using Rapid Block mode. Trigger and memory segmentation are worked fine on each measurement but the transfer speed above 100 memory segments is slower than same size (x100 serialized) on Block mode. How to improve the transfer speed on Rapid Block mode? Tha...
by Sairy
Mon Dec 28, 2020 12:59 pm
Forum: MATLAB
Topic: 5244D single rectangular pulse
Replies: 2
Views: 11188

5244D single rectangular pulse

Hi

I'm trying to generate single rectangular pulse on MATLAB.

I found this article but I can't convert the behavior to MATLAB code.
topic40710.html?&p=144446&hilit=single+awg#p144446

Could you please the advice to generate single pulse?