Search found 3 matches

by dnieltjhin
Wed Sep 05, 2018 9:12 am
Forum: MATLAB
Topic: Capturing Single Shot Signal With MATLAB
Replies: 3
Views: 5132

Re: Capturing Single Shot Signal With MATLAB

Hello Hitesh, Thank you for the answer. I've tried to write the script as followed: %% SHOOTING SCRIPT PARAMETERS set(ps5000aDeviceObj, 'startFrequency', 500); set(ps5000aDeviceObj, 'stopFrequency', 500); offsetMv = 0; pkToPkMv = 4000; waveType = ps5000aEnuminfo.enPS5000AWaveType.PS5000A_SINE; incre...
by dnieltjhin
Mon Sep 03, 2018 8:57 am
Forum: MATLAB
Topic: Capturing Single Shot Signal With MATLAB
Replies: 3
Views: 5132

Capturing Single Shot Signal With MATLAB

Hello, In my current project I have been using the PicoScope 5244A to generate a single shot sine wave, which is then connected to a pulser, and eventually a diode. The problem I have is that I want to capture the signal from the diode with MATLAB through the same PicoScope. Is there a way to write ...
by dnieltjhin
Mon Aug 20, 2018 9:22 pm
Forum: Getting Started
Topic: Single Shot Half-Sine Wave
Replies: 1
Views: 2717

Single Shot Half-Sine Wave

Hello! I've been trying to produce a single shot half-sine wave, and I've used two different kinds of PicoScope Generator; the 2204A and the 5244A, and I've faced a roadblock with the both of them. For the 2204A, I can get the Half-Sine Wave, but my question is; is there a way to get a single shot h...