Thanks a lot for this video. As someone with no engineering background, this demonstration makes the concept much easier to understand.
@eMasterClassAcademy10 ай бұрын
Thanks
@dhruv_195 Жыл бұрын
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 : )
@syremusic_ Жыл бұрын
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!
@luisponce6594 Жыл бұрын
Excellent video. keep it going, you helped me a lot on my mechanical dynamics class.
@eMasterClassAcademy Жыл бұрын
Thanks bro.
@princecharlesmbedzi38323 жыл бұрын
what arguments did you use to plot the amplitude vs frequency graph
@ushapedcurve383111 ай бұрын
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.
@eMasterClassAcademy10 ай бұрын
Great suggestion!
@kevinshao91483 жыл бұрын
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?
@Altekameraden792 жыл бұрын
The range of the Discrete Fourier Transform is -infinity to positive infinity to include all possible discrete signals. It is common practice to truncate spectrum from 0 Hz to Fmax (defined by sample rate, max resolution of sensor accuracy etc.)
@kaewkt89874 жыл бұрын
Thank you, it's very clear explanation
@dman26334 жыл бұрын
Thank you very much. Your video is very clear and functional.
@rajeshn25364 жыл бұрын
Thank you so much, it helped a lot in understanding FFT
@ht1qth5qh4qh93 жыл бұрын
You're welcome sir
@VanNguyen-yp7cd2 жыл бұрын
Thank you so much. It's very useful and your explain clearly.
@dsmith52724 жыл бұрын
Nice explanation and tutorial; it helped me understand FFT a bit better.
@garrisonhustle32894 жыл бұрын
A pretty easy tool for filtering, nice intro!
@HarpreetKaur-bx1ej2 жыл бұрын
am getting both amplitude position and peak frequency 0, what should i do i am not getting valid result
@alierencelik2188 Жыл бұрын
Excellent video for a starter like me, thanks
@RUSSELL-s4h2 жыл бұрын
Thanks man, very good video. Very simple from the information i looked online
@jiehuang97403 жыл бұрын
Very helpful, perhaps can add more plotting when showing how the data is like.
@nickpenacl Жыл бұрын
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
@supundasanthakuruppu34962 жыл бұрын
Thanks. This helped a lot!
@anwarparadis79974 жыл бұрын
Amazing video I like it
@rio_agustian_2 жыл бұрын
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
@eMasterClassAcademy2 жыл бұрын
thanks for watching, such a great suggestion!
@nanoluisi4 жыл бұрын
Is it posible to generate a "clean" file out of fft?
@importantbiology76434 жыл бұрын
Please code seen clear or share PDF link .
@nyatoko85782 жыл бұрын
Where is the magnitude sir?
@fjlord4074 жыл бұрын
Nice
@apoorvmodak35792 жыл бұрын
would have understood better with graphical representations
@aviadedell48264 жыл бұрын
The argument of sin should be omega*t, not 2*pi*t( i see now you divided by the period)