Power Spectra estimation after FFT
Ältere Kommentare anzeigen
Hello guys!
I am working on a frequency analysis for skin conductance. The frequencies expected on those kinds of signals are very low (between 0.045 and 0.25 Hz), so I would like to get the PSD in specific low-frequency ranges, i.e. (0 - 0.045), (0.045 - 0.15), (0.15 - 0.25), and the total power of the signal. To do so, I computed the Fast Fourier Transform, but now the problem is computing the power spectrum after the fourier.
The tutorials from Matlab have not been of much help, and also there are so many functions that can be used that I'm feeling a little lost at the moment! Can anyone help me work out this issue? Among the many options, which one do you think works best, in terms of both efficacy and computational time? I'm not looking for anything too fancy really, just an efficacious and standard protocol.
The processing pipeline I am following is:
- 8th order Chebyshev Type I lowpass filter, with 0.8 cutoff
- Downsampling from 4 to 2 Hz (factor = 2)
- 8th order Butterworth highpass filter with 0.01 cutoff (do you think is appropriate, given that I'm mostly interested in low frequencies?)
- Welch's periodogram (50% overlap)
- Blackman window (128 points) applied to each segment
- FFT computer on each windowed segment
I also attached the code because it would be amazing to have examples or suggestions about how to proceed based on real examples! Any advice is always appreciated!
Thank you very much to any of you who is willing to help!
Luca
4 Kommentare
W/o data to look at, it's all just a hypothetical exercise with no idea of whether would make sense or not.
The first thing would be to look at what the data collection protocol is for such low frequency signals...takes a long time to get enough data to have decent statistics at 0.05 hz -- that's 20 sec for just one cycle at the high frequency end for your above low range of interest--it only goes up from there.
One would guess just drift and thermal effects, etc. could easily be as much as the actual change in conductance...not to throw a damper on anything, but... :)
Luca Merolla
am 13 Jul. 2020
dpb
am 13 Jul. 2020
There's a strong linear trend there with a few distinct locations where the trend line is discontinuous (mostly a drop, then continued essentially identical slope). What's the cause for that/
What are the "tag" lines? Is that some stimulus condition? Then there's a huge spike out in the middle not related to anything else noted?
Is your sample rate 4 Hz I gather? Do you have any analog lowpass filtering before the input is sampled? If there is higher energy content in the signal, once it's sampled, it's already there -- post-sampling bandpass filtering won't remove aliasing already extant in the data.
What is the end result for which one is looking? What's the information thought to be in the frequency content of these measurements? (You don't necessarily have to answer that here if it's proprietary in nature, but the basic question of "Why?" is one that always needs answering.)
Luca Merolla
am 13 Jul. 2020
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Spectral Estimation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!