The Fast Fourier Transform Algorithm

  Рет қаралды 178,939

Steve Brunton

Steve Brunton

Күн бұрын

Пікірлер: 96
@HuyNguyen-fp7oz
@HuyNguyen-fp7oz 3 жыл бұрын
I recommend your channel to my friends when they asked me to explain how FFT works. Great channel!!!!! Keep up the good work professor!!!
@torgeirl
@torgeirl Жыл бұрын
Such an elegant method using divide and conquer :)
@hoodoooperator.5197
@hoodoooperator.5197 2 жыл бұрын
Steve, I've just paraphrased (and sourced) this video in my final report for my MSc project. “The FFT is based on the fundamental observation that the DFT matrix has so much symmetry that if the even and odd indices are reordered, one can massively simplify the calculation by taking advantage of redundancies and cutting the DFT computation in half, recursively”.
@RenzymEducation
@RenzymEducation 3 жыл бұрын
For those who want to go a little bit further in details and watch Gilbert Strang's lecture, here it is: kzbin.info/www/bejne/g2G2kmucgbSUoKM
@TechnologySandBOX
@TechnologySandBOX 3 жыл бұрын
Very informative lecture, learned a lot from it. However, at 6:50, the even indexes must 0,2,4,(6 NOT 8).
@ripsirwin1
@ripsirwin1 Жыл бұрын
I also recommend reading "Numerical Recipes" in C or Fortran, it explains this algorithm from a computer scientist's perspective.
@ゾカリクゾ
@ゾカリクゾ Жыл бұрын
Shouldn't the matrix be: [ I +D ] [ I -D ] @3:52
@omarabdullah8749
@omarabdullah8749 22 күн бұрын
doesnt matter actually...as multiplication will not consider 2nd and 3rd element
@ZetaCarinae
@ZetaCarinae 4 жыл бұрын
Your central matrix factorization is not quite right. The top two blocks should be [I_{512}, D_{512}] instead of [I_{512}, -D_{512}] . Looks like the same error is in your databook.pdf.
@Eigensteve
@Eigensteve 4 жыл бұрын
Great catch! The upper right matrix should be D_{512} instead of D_{-512}. Thanks for catching this!
@videofountain
@videofountain 4 жыл бұрын
@mathIsART pasta?
@ABHISHEKSINGH-nv1se
@ABHISHEKSINGH-nv1se 3 жыл бұрын
i was going to comment for this.
@edmason7346
@edmason7346 3 жыл бұрын
The fact that that occurred to me while watching, and then came down here to confirm, must mean that I'm beginning to actually comprehend this stuff!
@MinSeokSong-f8d
@MinSeokSong-f8d 6 ай бұрын
ah, thanks
@saitaro
@saitaro 4 жыл бұрын
A notion of prof. Strang is always a good sign.
@aakashdewangan7313
@aakashdewangan7313 2 жыл бұрын
first time in my life I have seen the clear working of FFT. WoW..........Awesome
@dratonbalat3423
@dratonbalat3423 8 күн бұрын
1024 fft is an NCAA tournament with 1024 teams, winer advances with the last 2 teams not playing the final game.
@toastom
@toastom 3 жыл бұрын
Hate to say it, but my signal processing class is nothing like this. My professor only goes over the math parts and nothing more. He doesn't even mention how any of it is used to process signals. So thank you for actually putting the SIGNAL in SIGNAL PROCESSING.
@fdmeneses
@fdmeneses 4 жыл бұрын
beautiful lectures that inspire a desire to learn. Your work is much appreciated, thanks!
@roozbehehsani1468
@roozbehehsani1468 2 жыл бұрын
I can confidently say that this is a great channel. I liked every video. Many Thanks.
@RobotLabX
@RobotLabX 4 жыл бұрын
Thank you for sharing, Steve Brunton. This is great lecture!
@nkminwings
@nkminwings 4 жыл бұрын
Great lecture! Understand clearly. Thanks👍
@videofountain
@videofountain 6 ай бұрын
At the time 6:59 is written the even numbers [0248]. Did you intend to write [0246]?
@Damocles1337
@Damocles1337 4 жыл бұрын
did anyone else realize how well this guy can write backwards?
@ewout256
@ewout256 4 жыл бұрын
The image is just mirrored. He writes normally, if you were to see the actual back of the board it would be mirrored so they just flipped the image again after recording. He is actually left handed (note his wedding ring as well, on his actual left hand) and his hair lies to the other side in real life.
@christopherjoseph651
@christopherjoseph651 3 жыл бұрын
Did anyone else realize how stupid all the people are that think he's writing backwards
@lachlanpage7819
@lachlanpage7819 3 жыл бұрын
@@christopherjoseph651 Did you realize you don't have to be rude?
@angelodeluca2839
@angelodeluca2839 3 жыл бұрын
@@ewout256 Plot twist: the image isn't mirrored; he has godlike writing abilities.
@michaeltamajong2988
@michaeltamajong2988 Жыл бұрын
In addition, looks like he is left handed 😊
@macroxela
@macroxela 9 ай бұрын
0:32 this video series has been wonderful but I believe that the ball was dropped here. In the previous section, the DFT algorithm was shown for the exact same reasons the FFT algorithm wasn't shown here. The DFT videos are excellent because they combined code with a brief overview. Simply showing the code, even if briefly, would help a lot with better understanding how the FFT works. Yes, it is a standard algorithm but because it is so, most instructors say the exact same thing so they don't have to explain it which makes it difficult to find a good explanation using code.
@IsusaWH
@IsusaWH 4 жыл бұрын
Dear Steve, using text to speech api's and auto sync tools I have created English subtitles for this video. Please let me know if you want me to send them to you. They aren't perfect, but they are useful.
@SohamChakraborty42069
@SohamChakraborty42069 Жыл бұрын
Visitng your lectures for my Bachelor's Thesis Project! I think there are very few teachers who are as coherent as you! 8th November, 2023. 1:15 AM
@sathviknallapuri4667
@sathviknallapuri4667 2 жыл бұрын
Simply Wow!! I truly enjoyed watching this entire video and its like, u made me get inspired. Thank you for this awesome lecture.
@aliasgeranees8893
@aliasgeranees8893 4 жыл бұрын
Awesome video sir...can u please give the link to that mit lecture u were talking about
@Eigensteve
@Eigensteve 4 жыл бұрын
I was thinking about kzbin.info/www/bejne/g2G2kmucgbSUoKM and ocw.mit.edu/courses/mathematics/18-085-computational-science-and-engineering-i-fall-2008/video-lectures/lecture-31-fast-fourier-transform-convolution/
@AmbiguousAdventurer
@AmbiguousAdventurer 3 жыл бұрын
I'm trying to get an intuitive understanding of FFT algorithm...can we say it's a play on the exponent by repeated squaring algorithm. It basically optimized by reducing repeated calculation of Wn^k. Or from another angle it is dynamic programming where the common building blocks Wn^k
@rafbi4874
@rafbi4874 2 жыл бұрын
ARE YOU WRITING IN REVERSE!? THAT'S AMAZING!
@ehabnasr6925
@ehabnasr6925 2 жыл бұрын
Amazing Lectures! Thank you very much! I have a question: In terms of threading and parallelization (like with OpenMP or CUDA) do you think the FFT is better? I'm just thinking; because it seems that even DFT has a higher order of computation FFT seems to have a longer span/critical path of computation.. meaning more bottlenecks/parallelization inhibitors?
@mohd12453
@mohd12453 4 жыл бұрын
@alpha_grand has invited me to watch it. Very interesting topic mate. Cheers,
@o_2731
@o_2731 Жыл бұрын
The DFT matrix has to be calculated anyway right? So this FFT is just used to speed up the multiplication of the input vector with the DFT matrix?
@Weezyme007
@Weezyme007 4 жыл бұрын
Around 7:00 I didnt really understand how does the second time even and odd arrangement works? Please let me know! Thanks.
@sharanyar1236
@sharanyar1236 4 жыл бұрын
This is what i've understood - 1 and 5 leave remainders of 1 (mod 4) while 3 and 7 leave remainders of 3 (mod 4). the groups are 0,4 (=0 mod 4), 2,6(=2 mod 4) 1,5(=1 mod 4) and 3,7(=3 mod 4). The next step would have all numbers grouped by remainders mod 8
@charlesmrader
@charlesmrader Жыл бұрын
Dr. Brunton has some habits of mixing up indexing starting with 0 and indexing starting with 1. If you consistently use indexing from 0, the evens would be 0,2,4,6 and the odds would be 1,3,5,7 but starting with 1, the sets would be 1,3,5,7 and 0,2,4,6. In his example at about seven minutes he shows sets 0,2,4,8 and 1,3,5,7, which is really wrong, but just because of that indexing inconsistency.
@dipanjanmech
@dipanjanmech 4 жыл бұрын
Thanks for the great lecture. Just one very minor thing. At 04.52 you said 1012 by 1012 matrix, I think it will be 1024 by 1024.
@naaz7991
@naaz7991 3 жыл бұрын
Thank you so much Steve. Cleared the concept. :)
@osamamamabutam7934
@osamamamabutam7934 2 жыл бұрын
thanks you.... you helped me a lot. your work is appreciated
@thelifeofahuman3666
@thelifeofahuman3666 4 жыл бұрын
Amazing explanation sir
@erickappel4120
@erickappel4120 8 ай бұрын
Steve, ... You missed the f6 term in the first FFT split.
@NisargPatel-b8b
@NisargPatel-b8b Жыл бұрын
Before I understand FFT, I want to understand how he's writing mirrored so effortlessly.
@albertodedavide3971
@albertodedavide3971 Жыл бұрын
that's what i needed. However i would prefer to hear you talking about what you do than the music. Still very comprensibile btw
@mu.makbarzadeh2831
@mu.makbarzadeh2831 4 жыл бұрын
A googleplus of thanks🌹🌹🌹
@saisharath4721
@saisharath4721 4 жыл бұрын
Great explanation! Thanks. One question though, could you please tell, which matrix contains the rest of the powers of 'w' i.e. from 512 to 1023?
@ElMalikHydaspes
@ElMalikHydaspes 11 ай бұрын
Dr Brunton mentioned Strand ... For those wanting to see Dr Gilbert Strand's 'in-depth' lecture that goes [elegantly & simply] into the bit more math of the construction of the FFT via the Fourier matrix, here is a good lecture: kzbin.info/www/bejne/g2G2kmucgbSUoKM
@hoaxuan7074
@hoaxuan7074 3 жыл бұрын
It's interesting the FFT has too many dimensions for each dot product to be orthogonal. Obviously at each frequency the 2 dot products (sine and cosine) are orthogonal. The Hadamard transform is a much simpler case.
@AJ-et3vf
@AJ-et3vf 2 жыл бұрын
Awesome video. Thank you
@neerajcheryala9602
@neerajcheryala9602 4 жыл бұрын
Sir, where can I get the C code for FFT?
@Eigensteve
@Eigensteve 4 жыл бұрын
I am not 100% sure, but I seem to remember this being in the "Numerical Recipes in C" book. If you google this, I think you'll find it.
@neerajcheryala9602
@neerajcheryala9602 4 жыл бұрын
@@Eigensteve Thank you sir
@wuxi8773
@wuxi8773 4 жыл бұрын
@@neerajcheryala9602 if you really want, I can write one for you from scratch.
@shaikon5617
@shaikon5617 4 жыл бұрын
When such content is concerned - KZbin really shouldn't limit users to just one LIKE per video. Should be at least 1024...
@berkayeryldz2059
@berkayeryldz2059 2 жыл бұрын
Hello professor, I am recently writing my thesis in experimental aerodynamics area and watching your videos to learn the signal processing techniques. Your videos are the most beneficial academic videos I have ever watched. But I have to cite the information on the videos. How should I do that? Thanks in advance, respects.
@EEMendel
@EEMendel Жыл бұрын
The only thing I can't wrap my head around is how he is writing everything backwards.
@angelodeluca2839
@angelodeluca2839 3 жыл бұрын
Fantastic overview! Sorry if this is a dumb question-but what do the "diagonal" matrices contain?
@varijpatelz
@varijpatelz 4 жыл бұрын
Hi, so [ F 0; 0 F] is nothing but diagonal entries of the fk-even and fk-odd coefficient after bitwise shuffling.
@taxessux
@taxessux 4 жыл бұрын
do a video on how you write backwards
@infinitydude7305
@infinitydude7305 4 жыл бұрын
seriously, how does he do that?
@abhinandande8805
@abhinandande8805 4 жыл бұрын
@@infinitydude7305 He writes forward and simply mirrors the screen :)
@mattswanson557
@mattswanson557 3 жыл бұрын
How are you writing backwards??
@usefulandentertainingd3836
@usefulandentertainingd3836 4 жыл бұрын
Very good content
@RESEARCH100500
@RESEARCH100500 7 ай бұрын
1st part was really good. Yhis part looks like "how to draw an owl"
@vasilijeivanovic931
@vasilijeivanovic931 Жыл бұрын
This is really an engineering video. It doesn't use or show why something is true in theory, but just shows how it works, not WHY it works
@epicmorphism2240
@epicmorphism2240 4 жыл бұрын
Thank you!
@هنادي-ص4ص
@هنادي-ص4ص 2 жыл бұрын
Why Transform not found.. I dont understan english language
@sudhamani5149
@sudhamani5149 4 жыл бұрын
How are you writing like that?
@srijanraghunath4642
@srijanraghunath4642 4 жыл бұрын
if ur talking about how hes writing in reverse, hes not. He simply writes normally so that the camera picks up the writings in reverse. He then reverse or mirror-images the video so anything thats in reverse is normal.
@andreasalati3591
@andreasalati3591 4 жыл бұрын
@@srijanraghunath4642 so is he left handed than?
@srijanraghunath4642
@srijanraghunath4642 4 жыл бұрын
@@andreasalati3591 Probably im just guessing he does this because it would be insane if he wrote stuff in reverse all the time when he could resort to much simpler things like i mentioned
@brianmcmullen95
@brianmcmullen95 4 жыл бұрын
@@andreasalati3591 Yep. Much more likely than putting in the effort to learn to write backwards perfectly.
@qje2643
@qje2643 4 жыл бұрын
very clear, thank you
@shaaoux5590
@shaaoux5590 Жыл бұрын
wait, does this lecturer write everything in reverse?
@shaaoux5590
@shaaoux5590 Жыл бұрын
I got it. this one must have a heart on the right😂
@alicewonderland9151
@alicewonderland9151 3 жыл бұрын
It's legendary!
@PedramNG
@PedramNG 3 жыл бұрын
Amazing.
@Eigensteve
@Eigensteve 3 жыл бұрын
Thanks!
@mathematician849
@mathematician849 3 жыл бұрын
This factorization was never taught to us
@dobotube
@dobotube 3 жыл бұрын
The 6th element of the vector is very sad 😢
@dlbattle100
@dlbattle100 2 жыл бұрын
0,2,4,6; not 8
@johnwt7333
@johnwt7333 4 жыл бұрын
Sir, your explanations are excellent. Although a bit too convoluted at some points.
@guranshsingh3215
@guranshsingh3215 3 жыл бұрын
forgot about 6
@subratadutta7710
@subratadutta7710 2 жыл бұрын
Great!!!!
@johnyoungquist6540
@johnyoungquist6540 4 жыл бұрын
I watched Strangs lecture 31 on FFT. I don't know if this is the one you referred to. He is a confused mess. . I don't think he understands how the FFT actually works and is certain incapable of explaining it..
@Tushar-pg2em
@Tushar-pg2em Жыл бұрын
Sir u missed 6...😂😂
@christopherjoseph651
@christopherjoseph651 3 жыл бұрын
COMPLETELY USELESS! Here's a video on the FFT algorithm but I'm not actually going to show you the algorithm because you're not going to code it up
@Tristoo
@Tristoo 4 жыл бұрын
Bro you make some very good videos but I gotta be honest your swallowing tick thing gives me anxiety to the point I wanna punch the screen every time you do it. Also maybe some examples, even with tiny matrices would have helped me a lot as that way I could just look at the screen to get it instead of going back like 5 times to re-hear what you said until I do. Hopefully you can appreciate my dumb observations, thank you!
Denoising Data with FFT [Matlab]
10:34
Steve Brunton
Рет қаралды 87 М.
The Discrete Fourier Transform (DFT)
17:36
Steve Brunton
Рет қаралды 362 М.
Wavelets and Multiresolution Analysis
15:12
Steve Brunton
Рет қаралды 148 М.
The Fast Fourier Transform (FFT): Most Ingenious Algorithm Ever?
28:23
3. Divide & Conquer: FFT
1:20:52
MIT OpenCourseWare
Рет қаралды 323 М.
Understanding the Z-Transform
19:56
MATLAB
Рет қаралды 131 М.
The Fast Fourier Transform (FFT)
8:46
Steve Brunton
Рет қаралды 365 М.
But what is the Fourier Transform?  A visual introduction.
20:57
3Blue1Brown
Рет қаралды 10 МЛН
Understanding the Discrete Fourier Transform and the FFT
19:20
The Laplace Transform: A Generalized Fourier Transform
16:28
Steve Brunton
Рет қаралды 313 М.
세상을 바꾼 알고리즘
23:56
Veritasium 한국어 - 베리타시움
Рет қаралды 285 М.
But what is a convolution?
23:01
3Blue1Brown
Рет қаралды 2,8 МЛН