Fourier Series vs Fourier Transforms: What's the Difference?

  • Thread starter Thread starter Rsw
  • Start date Start date
  • Tags Tags
    Signal System
AI Thread Summary
Fourier series approximates periodic functions, while Fourier transforms apply to non-periodic functions, providing a frequency spectrum. The Fourier transform is a generalization of the Fourier series, yielding discrete frequencies for periodic functions. Both transforms allow for the perfect reconstruction of the original function, but approximations arise when truncating infinite series or band-limiting transforms. This discussion also touches on resources for learning digital electronics, specifically topics like encoders, decoders, and sequential circuits. Recommendations for books on these subjects emphasize the importance of good ratings for effective learning.
Rsw
Messages
3
Reaction score
0
what is the difference between Fourier series and Fourier transforms ?
 
Engineering news on Phys.org
Fourier series is an approximation of periodic functions, but Fourier transform is applied to the functions which isn't periodic(period = infinite).
 
Last edited:
Fourier transform(FT) is the generalization of Fourier series. In FT you get frequency spectrum of a function f (if FT exists for f) and instead of spectrum you get discrete frequencies if f is periodic.

Note: Both FT and Fourier series are approximations of f
 
I'd like to clarify that FT and FS are not approximations. Both are mathematical transforms that allow perfect reconstruction of the original function. For example, what is the Fourier Series of cos(x)? Hmmm, seems exact to me.

Where the approximations come in is when you have an infinite series or a transform that extends to infinity. Then, you may decide to truncate the series or band-limit the transform, when using them to reconstruct the original function. Even if they are not infinite, you could still truncate/band-limit. Hence, you could say that a truncated FS or a band limited FT are approximations.
 
thanks 4 give me such replies...
 
can u tell me about some good books for "digital electronics"??
where i can clear my concept of "encoder,decoder and sequential circuits" and verilog of it also.
 
encoder, decoder and sequential circuit are very basic stuffs in logic design and any digital design books have this topic.
I have this book(older edition) and it's pretty good.
https://www.amazon.com/dp/0131863894/?tag=pfamazon01-20

Although I have 2 verilog books, neither is good and I wouldn't recommend them.
Just search in amazon and find the one with good ratings.
 
Last edited by a moderator:
Back
Top