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
 
Thread 'Is 'Velocity of Transport' a Recognized Term in English Mechanics Literature?'
Here are two fragments from Banach's monograph in Mechanics I have never seen the term <<velocity of transport>> in English texts. Actually I have never seen this term being named somehow in English. This term has a name in Russian books. I looked through the original Banach's text in Polish and there is a Polish name for this term. It is a little bit surprising that the Polish name differs from the Russian one and also differs from this English translation. My question is: Is there...
Hi there, im studying nanoscience at the university in Basel. Today I looked at the topic of intertial and non-inertial reference frames and the existence of fictitious forces. I understand that you call forces real in physics if they appear in interplay. Meaning that a force is real when there is the "actio" partner to the "reactio" partner. If this condition is not satisfied the force is not real. I also understand that if you specifically look at non-inertial reference frames you can...

Similar threads

Back
Top