Fourier Transform of a signal for which no function exists

Gavin Harper
Messages
16
Reaction score
0
I have the readings from a signal in a file (floating point values) that I wish to apply the Fourier Transform to.

The samples (mV) were taken every 4 milliseconds and I wish to transform them into the frequency domain.

How would I apply the FT to a set of values without knowing any function that can describe even a discrete sample of it?

Thank you to anyone who can offer any insight!
 
Physics news on Phys.org
Use a digital Fourier transform (DFT) instead of the continuous Fourier transform defined using an integral. You can get he details from textbooks or websites on digital signal processing.

The term "FFT" (Fast Fourier transform) is often used as another name for "DFT", but that is not quite accurate. The FFT algorithm is one of several ways to calculate a DFT (and usually the quickest way), not the DFT itself.
 
Thank you!
 
For original Zeta function, ζ(s)=1+1/2^s+1/3^s+1/4^s+... =1+e^(-slog2)+e^(-slog3)+e^(-slog4)+... , Re(s)>1 Riemann extended the Zeta function to the region where s≠1 using analytical extension. New Zeta function is in the form of contour integration, which appears simple but is actually more inconvenient to analyze than the original Zeta function. The original Zeta function already contains all the information about the distribution of prime numbers. So we only handle with original Zeta...
Back
Top