Choosing Proper Filters for High-Speed Accelerometer Impact Sensing

In summary, the ADXL375 or ADXL1001 can measure peak accelerations in a crash test dummy’s head during a bicycle/car crash. These sensors can be sampled at 10 kS/s and the current accelerometer that I am looking at measures +/-150 g’s with a bandwidth of 2 Hz —> 20 kHz. What filter you choose depends on what you are trying to resolve. So for my situation I would use a low or high pass filter with a 5 kHz cutoff and use 10 kS/s to measure the peak acceleration.
  • #1
ConnorM
79
1
I’m planning on using the ADXL375 (200g/3200Hz Bandwidth) or ADXL1001 (100g/11,000Hz Bandwidth) to measure the peak accelerations in a crash test dummy’s head during a bicycle/car crash. My goal is to sample at atleast 10,000 S/s using either a Teensy 3.6 or a Rasp Pi3.

The dummy will be mounted on the bike and launched at 20km/hr, then it will be struck by a car from the rear and from the side driving at 30km/hr.

My question is about filter choice after the analog accelerometer that I choose. Should a low or high pass filter be chosen, and where should the corners be?
I would just like some guidance and I’d like to learn how I can go about choosing proper filters for sensors. I have taken a course on electronics that briefly covered Chebychev and other popular filters.
 
Engineering news on Phys.org
  • #2
What filter you choose depends on what you are trying to resolve. You would certainly want some kind of anti-aliasing low-pass filter, but whether you wanted your cutoff to be lower than Nyquist or a high-pass of any kind depends on your measurement goals, really.
 
  • #3
So for my situation,

- I am looking to measure the acceleration of a crash test dummy’s head during a very brief impact (15milliseconds).

- I want to be able to measure the accelerometer at 10 kSamples/s

- The current accelerometer that I am looking at measures +/-150 g’s with a bandwidth of 2 Hz —> 20 kHz (https://www.digikey.com/product-detail/en/te-connectivity-measurement-specialties/1-1001220-0/MSP1001-ND/279641)

What from these should I be using to determine my filter? I obviously want to be able to look at my acceleration data after and be able to analyze the head acceleration with as little noise from other sources as possible.
 
  • #4
Is there any reason you want 10 kS/s? That's extremely overkill for your chosen sensor.
 
  • #5
10 kS/s is the specified minimum sample rate that sensors in crash test dummy’s should be sampled at. This is a design project through my school and we are trying to get as close to this sample rate as possible.

Also, 10 kS/s will give us some assurance that the peak acceleration was captured.
 
  • #6
Actually I misread your last post. Still, look up sampling theory and the Nyquist rate. In order to resolve the full 20 kHz of your sensor you would need to sample at 40 kHz. Since you are so far limited to 10 kHz, it means any content above 5 kHz in your signal will be lost. It also means you should use an anti-aliasing filter with a 5 kHz cutoff. You can look up anti-aliasing to check that out.
 
  • #7
Oh thank you I have been reading about Nyquist Theory and you finally clued me into where the filtering aspect comes into play. This sensor can output 20 kHz but I can cut this to 5 kHz via a LPF, so I can sample at 10 kS/s for a full reconstruction of the analog wave.

So this would this ensure a smoother digital output? Are there any considerations I should make that would give me the clearest possible digital reconstruction?
 
  • #8
You might also consider the bit depth of your ADC.
 
  • #9
Do you have an idea of how much deflection you expect the accelerometer to experience on impact?
 
Last edited:
  • #10
It's always good to do a sanity check before you start building so that you know that it's going to work. So let's throw a few numbers around and see what happens.

In the first example with the bike going 20 km/hr, the car 30 km/hr and approaching from behind, the difference in speed is 10 km/hr. You are expecting the impact to ocurr in less than 15 ms with a peak acceleration of less than 150 G's. Converting everything to meters and seconds we get v = 2.78 m/s. Since I can only calculate average acceleration instead of peak, I'm going to use 75 G's instead of 150. v = a*t so t = 0.00378 s or 3.78 ms. (I multiplied 75 G's by 9.8 to get acceleration in m/s^2 of 735.) Using these numbers the bicyclist's head would move 735*0.00378^2/2 or 0.525 cm during impact? Does that seem reasonable?

Using the side collision at 30 km/hr the numbers we get are t = 11.3 ms, a = 75 G's and the distance the head moves during impact is 4.72 cm. Is this what you're expecting?
 
Last edited:

1. What is an accelerometer impact sensor?

An accelerometer impact sensor is a device that measures acceleration, or the rate of change in velocity, of an object. It can detect sudden movements or impacts and convert them into electrical signals that can be measured and analyzed.

2. How does an accelerometer impact sensor work?

An accelerometer impact sensor typically consists of a small mass suspended by springs between two electrodes. When the sensor experiences an impact or acceleration, the mass moves and causes a change in the electrical capacitance between the electrodes. This change is converted into an electrical signal that can be measured and analyzed.

3. What are the applications of accelerometer impact sensing?

Accelerometer impact sensing has a wide range of applications, including automotive safety systems, sports equipment, structural health monitoring, and consumer electronics. It is also commonly used in research and development for studying impact and shock events.

4. How accurate are accelerometer impact sensors?

The accuracy of an accelerometer impact sensor can vary depending on the type and quality of the sensor. However, most modern sensors have a high level of accuracy and can measure impacts with precision. The accuracy can also be affected by environmental factors such as temperature and vibration.

5. Are there any drawbacks to using accelerometer impact sensors?

One potential drawback of using accelerometer impact sensors is that they may not be able to distinguish between different types of impacts or vibrations. This can lead to false alarms or inaccurate readings. Additionally, these sensors may require calibration or regular maintenance to ensure accurate measurements.

Similar threads

Replies
9
Views
1K
Replies
3
Views
1K
Back
Top