Developing a function/algorithm to negate voltage change

  • Thread starter Thread starter benanderson08
  • Start date Start date
  • Tags Tags
    Change Voltage
Click For Summary
SUMMARY

The discussion focuses on developing an algorithm to negate voltage changes caused by temperature fluctuations in composite materials. The objective is to create a function that subtracts temperature-induced voltage variations from readings when no additional weight is applied. Participants suggest using calibration during periods of weight addition and treating abrupt changes as data "holidays" to maintain continuity in the data set. This approach aims to ensure accurate measurements for future weight assessments.

PREREQUISITES
  • Understanding of composite materials and their properties
  • Familiarity with voltage measurement techniques
  • Basic knowledge of data analysis and extrapolation methods
  • Experience with algorithm development for data correction
NEXT STEPS
  • Research methods for calibrating voltage readings in composite materials
  • Learn about data interpolation techniques for handling missing data
  • Explore algorithms for detecting abrupt changes in time-series data
  • Investigate software tools for data analysis, such as Python's Pandas library
USEFUL FOR

Engineers, materials scientists, and data analysts involved in experimental design and data correction in composite material studies.

benanderson08
Messages
3
Reaction score
0
Hey guys,

So in one of my classes we are studying composite materials. We did an experiment where a piece of composite material was anchored at each of it's ends and the temperature was changed throughout the day to simulate the varying outdoor temperature. This gives you a center deflection that is read by a laser and the laser outputs a voltage value.

The problem is that the deflection is meant to measure added weight on top of the composite material at a later date, so the voltage change due to temperature change has to be subtracted from the voltage reading i.e. the original setup with just the ends anchored and no additional weight would yield a constant voltage reading.

So the goal of this assignment is to develop a function/algorithm that would be able to subtract the effects of temperature from the voltage reading in order to keep the voltage constant when there is zero additional weight. This function/algorithm has to apply to both of the days of data attached.

I've tried a few models myself, but if someone could help me with this I would really appreciate it. Any advice would be great as well.

Thank you!
 

Attachments

Engineering news on Phys.org
I haven't looked at your data sets, but my first thought is to apply the calibration at the times when the weight is added. So look for abrupt changes and treat those periods of abrupt change as data "holidays". Then extrapolate from the last few data points on either side of the holiday to fill in the missing data and reconnect the pre-holiday and post-holiday data sets into a continuous plot.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
3K
Replies
2
Views
2K
Replies
1
Views
3K
Replies
1
Views
3K
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 42 ·
2
Replies
42
Views
4K
  • · Replies 17 ·
Replies
17
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K