Downsampling with Picoscope 6 for windows

Forum for discussing PicoScope version 6 (non-automotive version)
Post Reply
yodish
Newbie
Posts: 0
Joined: Wed Apr 12, 2017 10:16 am

Downsampling with Picoscope 6 for windows

Post by yodish »

I am looking for a way to downsample by average in the picoscope 6 gui which does the same thing that the API does

Specifically, I am looking at a GUI tools that performs these tasks;

Code: Select all

% Set other streaming parameters
% downSampleRatioPico     = 1; % downsample so is equal to Fs/downSampleRatio
% downSampleRatioMode = ps4000aEnuminfo.enPS4000ARatioMode.PS4000A_RATIO_MODE_NONE;
downSampleRatioPico     = 100 ; % downsample so is equal to Fs/downSampleRatio
downSampleRatioMode = ps4000aEnuminfo.enPS4000ARatioMode.PS4000A_RATIO_MODE_AVERAGE;
thanks!

Hitesh

Re: Donwsampling with Picoscope 6 for windows

Post by Hitesh »

Hi Yodish,

There isn't a feature to use the average downsampling in the PicoScope software. I will raise a new feature request.

The average maths channel provides an 'Arithmetic mean of all previous waveforms'.

Regards,

Post Reply