Import RAW from osciloscope #505
-
Hi, I want to import a RAW wave in csv from Osciloscope. (1º col time, 2ºcol value/voltage ) Can anyone share a CSV working sample file ? or CSV import definition ? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
A raw IR signal/sequence in IrScrutinizer consists of a sequence of interleaving on- and off-periods, on with +, off with -, with the number denoting the how many micro seconds the on/off period lasts. Your file contains equidistant samples. So you have to write a program/script that converts the samples to the duration format.This is not entirely straightforward, but should not be too hard with elementary programming knowledge, in, e.g., Python. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, you appear to have misunderstood my first message. What you need is the durations, i.e. the time between the transitions (on -> off, off -> on). |
Beta Was this translation helpful? Give feedback.
Unfortunately, you appear to have misunderstood my first message. What you need is the durations, i.e. the time between the transitions (on -> off, off -> on).