Power Spectral Density - how can I get a link back to the original signal

AI Thread Summary
To analyze a biological signal for periodicities using a Fourier transform, a windowed FFT approach is recommended, as a standard FFT does not allow for isolating specific frequencies. This involves segmenting the signal and applying FFT to each segment or using a moving window to observe how the spectrum changes over time. The Matlab signal processing toolbox provides necessary functions, but writing custom code from scratch is also feasible. The technique is formally known as the short-time Fourier transform, which can be explored further for implementation details. Understanding these methods will enable effective frequency distribution analysis of the signal.
Dr Ingend
Messages
2
Reaction score
0
Hi everyone!

I would like to analyze a biological signal for periodicities using a Fourier transform, i.e., I'd like to get a frequency distribution plot based on a long stretch of signal. Additionally, I would like to be able to mark the positions of certain frequencies within the signal that give rise to a peak in the freq distribut plot.

Do you have any suggestions how to perform such an analysis?

Thanks in advance!
 
Last edited:
Physics news on Phys.org
If you did FFT of the whole signal, you cannot do this.
Each point of the FFT spectrum depends on all the points of the time domain signal.
You can do the so call "windowed" FFT when you cut your signal in several segments and do FFT transform for each. Or you use a mowing window and see how the spectrum evolves as you move the window.
 
Thank you! I thought about a moving window as well, but wasn't sure how to actually make it work. I think I would have to write it in Matlab from scratch.

Cheers
 
The rope is tied into the person (the load of 200 pounds) and the rope goes up from the person to a fixed pulley and back down to his hands. He hauls the rope to suspend himself in the air. What is the mechanical advantage of the system? The person will indeed only have to lift half of his body weight (roughly 100 pounds) because he now lessened the load by that same amount. This APPEARS to be a 2:1 because he can hold himself with half the force, but my question is: is that mechanical...
Some physics textbook writer told me that Newton's first law applies only on bodies that feel no interactions at all. He said that if a body is on rest or moves in constant velocity, there is no external force acting on it. But I have heard another form of the law that says the net force acting on a body must be zero. This means there is interactions involved after all. So which one is correct?
Thread 'Beam on an inclined plane'
Hello! I have a question regarding a beam on an inclined plane. I was considering a beam resting on two supports attached to an inclined plane. I was almost sure that the lower support must be more loaded. My imagination about this problem is shown in the picture below. Here is how I wrote the condition of equilibrium forces: $$ \begin{cases} F_{g\parallel}=F_{t1}+F_{t2}, \\ F_{g\perp}=F_{r1}+F_{r2} \end{cases}. $$ On the other hand...
Back
Top