Help with FFT for time-pressure signal
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I'm studying various flow regimes in two-phase flow, like bubbly flow, slug flow and annular flow. It is expected that at each particular flow regime, the pressure and void fraction data is fluctuating at distinct frequencies. So my final goal is to have amplitude Vs frequency plots for each flow regime with distinct peaks. This way I can classify the flow regimes accordingly. An example image in attachments(fft).
I've a time series data for differential pressure (and void fraction) with following details --
Fs = 320, N = 3200,
The data sometimes fluctuates between +ve and -ve values. Almost all the times, the average is not zero. So when I take fft of the data (alternatively with hanning window and zero padding at 4096 points), I get huge zero frequency dc offset, which is always the average value of the signal. If I delete the dc offset with filtering, The amplitude data I get is not right. And also the peaks I'm getting are not distinct as I expect and as other researchers have obtained. Attaching an excel file (F02) with two columns, first being time and second the pressure.
Someone please help me! I've tried originlabPro as well and I keep getting the same results. If I'm missing any information about my problem, let me know. I'll submit is asap.
Thanks...
1 comentario
Umair Khan
el 3 de Mayo de 2021
Hello Dear,
Can you please contact me. Umair221143@gmail.com
I am doing the same research.
Respuestas (1)
Sandro Lecci
el 30 de Oct. de 2017
Hi, to remove the huge zero frequency dc offset I suggest you simply subtract the trace's average (in order to have a signal oscillating around zero), see the attached picture.
However, it looks like your signal is not as clean as the one of the other researchers. Do you know exactly what to expect from this dataset?
Best, S
Ver también
Categorías
Más información sobre Fourier Analysis and Filtering en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!