Python Tutorial: Learn Scipy - Fast Fourier Transform (scipy.fftpack) in 17 Minutes

preview_player
Показать описание
SciPy offers Fast Fourier Transform pack that allows us to compute fast Fourier transforms.
Fourier transform is used to convert signal from time domain into the frequency domain. By doing so, it doesn’t not only allows us to check the signal’s behavior in the frequency domain, but also allows us to perform some functions, such as filtering, that would be otherwise not possible to be performed in time-domain. Fourier transformation finds its application in disciplines such as signal and noise processing, image processing, audio signal processing, etc.

---------------------------------------------------------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

Thanks a lot for this video. As someone with no engineering background, this demonstration makes the concept much easier to understand.

TimelyTimeSeries
Автор

great video man, you explained everything so well not only that those small boxes at top right corner telling what the function does is a really smart idea. for the first time I understood everything in a programming tutorial, thank you brother : )

dhruv_
Автор

Excellent video, a practical introduction to how to use FFT to find the peak frequency in a noisy signal. You can take this a step further and find the n peak frequencies in a signal and attempt to reconstruct the original signal. Thank you!

syremusic_
Автор

Excellent video. keep it going, you helped me a lot on my mechanical dynamics class.

luisponce
Автор

Thank you, it's very clear explanation

kaewkt
Автор

Thank you so much, it helped a lot in understanding FFT

rajeshn
Автор

Thank you very much. Your video is very clear and functional.

dman
Автор

Great tutorial! I think it-s recommended to build graph of each intermediate output in JPEG format, for better understanding. So that the student had some pyplot practice.

ushapedcurve
Автор

Excellent video for a starter like me, thanks

alierencelik
Автор

Nice explanation and tutorial; it helped me understand FFT a bit better.

dsmith
Автор

Thanks man, very good video. Very simple from the information i looked online

txzrxog
Автор

A pretty easy tool for filtering, nice intro!

garrisonhustle
Автор

Very helpful, perhaps can add more plotting when showing how the data is like.

jiehuang
Автор

Thank you so much. It's very useful and your explain clearly.

VanNguyen-ypcd
Автор

Cool video, sir. Great explanation! But can you plot the bunch of numerical stuff instead of just print it? I think it'll be more intuitive for the viewers

rio_agustian_
Автор

what arguments did you use to plot the amplitude vs frequency graph

princecharlesmbedzi
Автор

would have understood better with graphical representations

apoorvmodak
Автор

thanks for the video, just don't understand how the amplitude could be 100 in the spectrum when it's supposed to expect be 1

nickpenacl
Автор

Thanks for the great video! One question, 9:40 why sample freq goes symmetric around zero, why not go with one side of the x axis [0 .... n ] ? so mathematically, what are these generated frequencies? are they unique?

kevinshao
Автор

am getting both amplitude position and peak frequency 0, what should i do i am not getting valid result

HarpreetKaur-bxej