09-01-2023 07:35 AM - edited 09-01-2023 07:37 AM
How do you get the data
as file (please provide a sample)?
in your application (if you want to use the detector during measurement) (format and samplerate)?
do you get more than one channel?
09-01-2023 08:32 AM
here is a version to read files and index the data (no adding of more channels for detection to reduce noise )
09-01-2023 09:04 AM
I get the data using an instrument basically multimeter (I/V). I read time dependent resistance values. I have 3 channels and each channel does the same measurements using different current values.
I attached the R values obtained by only one channel. the first columns represents the time and the second column represents the R values. Each R values is measured and recorded with its time.
tiem(s) R (ohm)
0.1 3550
0.13 3570
0.2 3800
0.26 3910
yes, I have 3 different channels, and ı save all in one file. The time for 3 channels are the same
....
09-01-2023 09:53 AM
This is What I generally receive from the measurements. Time dependent values from 3 different channels.
I cannot process this data with the last version neither. As you open the file, you will see that the array displays the data.
09-03-2023 03:01 AM
Henrik, Cool!
It works and reads my data. I was making a mistake while compiling it. Now there is an offset from the actual data and peaks and valleys. I will play with it.
Cheers
M