Data collected from different devices: how to combine for analysis?

  • #1
4
2
Hi Everyone,
I'm working on a project where I have current values from three different devices when there is no arc and an arc generated by an arc generator. When I plot them, they all look different since the data is from different devices. Is there anything I can do to make them comparable, like make them look similar, so that I can perform further analysis?
 
  • #2
In your plot where y is current values, what is x ?
 
  • #3
it is just indexes starting from 0 to the number of samples
 
  • #4
However you may get statistics, e.g. average, sandard deviation, as mathematical treatment, Number has no physical meaning. You had better pick up some phisical quantitiy from the samples for plot,e.g. same divice with different physical condition, same condition with different devices.
 
  • Like
  • Informative
Likes Vanadium 50, russ_watters and mcastillo356
  • #5
All good. I will try doing that. Thankyou :smile:
 
  • #6
it is just indexes starting from 0 to the number of samples
Are they collected over time? Then x is time, isn't it? Are these samples collected in regular periods? Then it is just a matter of knowing frequency, no?
 
  • Like
Likes russ_watters
  • #7
Hi Borek,
I just have a single column of 800,000 current values. The x values should be time, I suppose. I have the same from three different devices. But while plotting it, they looked so different. I wanted to train my machine learning model with this data for further processing. Since the data all looks so different, I'm getting such poor performance. Do you think the Fourier transformation for all three will make them look similar so that I can better train my model. I'm looking for any kind of preprocessing apart from normalization and feature extraction
 

Suggested for: Data collected from different devices: how to combine for analysis?

Replies
2
Views
644
Replies
16
Views
1K
Replies
8
Views
1K
Replies
4
Views
7K
Replies
5
Views
1K
Replies
23
Views
12K
Replies
2
Views
957
Replies
2
Views
6K
Back
Top