Meaning of having powerful signal near to 0Hz

AI Thread Summary
A powerful signal near 0 Hz indicates a strong DC component, which could be due to a voltage offset or gravitational acceleration, depending on the signal's coupling and circuit adjustments. In data analysis, it's common to remove DC components to focus on oscillatory signals, often by subtracting the mean or fitting a polynomial. The highest frequency in a Fourier transform is limited to half the sampling frequency, necessitating a sampling rate of at least 200 Hz to capture frequencies up to 100 Hz. For reducing signals in the 25-100 Hz range, applying wavelet transforms and reconstructing the signal can be effective. Evaluating the power spectral density can help assess the efficiency of the signal processing approach.
ramesses
Messages
16
Reaction score
0
Hello
I computed, with python scipy.rfft, the Fourier transform of signal coming from an accelerometer.
I don't understood what this is the meaning of having a powerful signal near to 0 Hz ?
2Cn90YwiS1U5.png
 
Engineering news on Phys.org
It means that there is a strong DC (or near DC) component to the signal. It may just be a voltage offset, or it may be the acceleration of gravity. It depends on how the signal is coupled and how the circuit is adjusted.

When we analyze many different data sets for the oscillatory components (temperature, tides, sounds) we often take a pre-analysis step to remove the DC or near DC components. Sometimes, it is just subtracting the mean of the whole signal. Other times it may be fitting to a cubic polynomial and then subtracting the cubic polynomial from the original signal and then taking the Fourier transform of the oscillatory components.

In any case, graphs are easier to understand if care is taken to preserve the proper units on both the horizontal and vertical axes (frequency in Hz and acceleration in m/s/s, for example).
 
  • Like
Likes berkeman and donpacino
thank you :)
My last question is about band. My sensor frequency is about 100 Hz
Why do I have to use 0~50 Hz in fft ? Why not to use 0~100 Hz ?
 
ramesses said:
thank you :)
My last question is about band. My sensor frequency is about 100 Hz
Why do I have to use 0~50 Hz in fft ? Why not to use 0~100 Hz ?

The highest frequency in an fft is 1/2 the sampling frequency.

If your sensor is sensitive to 100 Hz, you can increase your sampling rate to 200-1000 Hz and see higher frequencies.
 
I have a sampling of 30 minutes with my sensor with 100 Hz. and I want to reduce eliminate signal in [25~100] Hz.
So what I do is :
I apply for each 100 samples a wavelet of second level.
I put 0 in details, and reconstruct the signal.
Now to see the efficiency, what do I need ?
Is the power spectral density useful in my case ?
 
Thread 'I need a concave mirror with a focal length length of 150 feet'
I need to cut down a 3 year old dead tree from top down so tree causes no damage with small pieces falling. I need a mirror with a focal length of 150 ft. 12" diameter to 36" diameter will work good but I can't think of any easy way to build it. Nothing like this for sale on Ebay. I have a 30" Fresnel lens that I use to burn stumps it works great. Tree service wants $2000.
Hi all, i have some questions about the tesla turbine: is a tesla turbine more efficient than a steam engine or a stirling engine ? about the discs of the tesla turbine warping because of the high speed rotations; does running the engine on a lower speed solve that or will the discs warp anyway after time ? what is the difference in efficiency between the tesla turbine running at high speed and running it at a lower speed ( as fast as possible but low enough to not warp de discs) and: i...

Similar threads

Replies
4
Views
4K
Replies
3
Views
1K
Replies
10
Views
2K
Replies
7
Views
243
Replies
4
Views
2K
Replies
6
Views
2K
Replies
3
Views
2K
Back
Top