Search found 3 matches

by rranwez
Fri Feb 09, 2007 6:13 pm
Forum: General Software Discussions
Topic: Programming problems with a 3206
Replies: 1
Views: 3800

Programming problems with a 3206

Hi, I would like to discuss a few problems I had with the programming in C++ for the Picoscope 3206. 1. In the user guide (PS3000044-1.5) page 5, about the general procedure for reading and displaying data in ETS mode, it is said to repeat steps 5 (ps3000_run_block) to 8 (display the data) to use th...
by rranwez
Fri Feb 09, 2007 4:34 pm
Forum: C and C++
Topic: Using ETS with 3206
Replies: 2
Views: 6303

Hello Robert,
I wanted to remove mainly the slow noise, so I changed my code so that I average a few acquisitions, and it works well.
Thanks a lot for your help.
Ray
by rranwez
Mon Jan 15, 2007 9:41 pm
Forum: C and C++
Topic: Using ETS with 3206
Replies: 2
Views: 6303

Using ETS with 3206

Hi, I would like to make an automatic averaging of , let say, 8 acquisition cycles. Is it possible to use the ETS mode with the interleave being 0 and the ets_cycles being 8 ? This should decrease the low frequency noise while oversamplig just decreases (I think) the hi-frequency noise above the Nyq...