Earlier quoted context omitted.
My "ten minutes to understand something I never quite got" moment was his video on Fourier Transforms.
Just listen to some music with spectrum visualization, this is a Fourier transform of what you are listening right now.
Lessons by 3blue1brown
81–90 of 130 posts
Re: Lessons by 3blue1brown
#82Earlier quoted context omitted.
> CLEARLY superior to the instruction I received at a tier 1 research institution. It was pretty clear at the R1 institution I attended (MIT) that it is really a huge research lab with a small school attached, and that the educational part, for undergrads at least, was definitely not a priority. The continuing stream of advertising (err, alumni updates) that I’ve received over the subsequent decades don’t seem to con…
I've been watching some MIT lectures online recently, most of which are about 10 years old. Do they still use those huge a chalkboards?
Re: Lessons by 3blue1brown
#832b1b does a video on how you raise e to a matrix (hint: raising something to e is converted into another function where it's not nonsensical to do such a thing.) In about 10 minutes he explains something my math methods instructor struggled with over two weeks (4 classes). I was resistant to the view that YouTube could host "decent" instructional content for a long time. That video was one of the first that was CLEAR…
perhaps we should remodel our educational system towards content that had a great deal of time spent creating it rather than a slideshow created last night. if only there was this medium that allowed information to be duplicated all over the world instantly so that every professor doesn't need to create their own content
I suppose the idea that we should look to the results rather than some Ivory Tower education professor's ideas about what constitutes good teaching is just too foreign for the establishment as a whole. I've got armies of PhDs A-B testing whether they can extract .001 cent more per ad from me, but it's too much to ask of society as a whole to check into the question of what curriculum works better. Grant shouldn't have to be all but forcing his way uphill into this space.
Re: Lessons by 3blue1brown
#84Earlier quoted context omitted.
I think I get what you are trying to say... but the intuition about "this moment in time" is perfectly reasonable for a spectrum analyzer, since it's actually doing a DFT (not continuous from +-infinity) with the last sample (i.e. "now") defining the end of the window.
The thing that makes a DFT discrete is that it is over individual samples rather than a continuous function - not that it is over a finite domain. A Fourier transform applied to a brief window of an underlying continuous function is called a ‘short-time Fourier transform’. And the frequency information a STFT can pick up is bounded on the low end (think, like the opposite of the Nyquist limit) by the length of the wi…
https://en.wikipedia.org/wiki/Discrete_Fourier_transform
> In mathematics, the discrete Fourier transform (DFT) converts a finite sequence of equally-spaced samples of a function into a same-length sequence of equally-spaced samples [...]
Related: Showing energy content (i.e. DFT) versus time -- aka spectrograms: https://en.wikipedia.org/wiki/Spectrogram
Re: Lessons by 3blue1brown
#85Earlier quoted context omitted.
The thing that makes a DFT discrete is that it is over individual samples rather than a continuous function - not that it is over a finite domain. A Fourier transform applied to a brief window of an underlying continuous function is called a ‘short-time Fourier transform’. And the frequency information a STFT can pick up is bounded on the low end (think, like the opposite of the Nyquist limit) by the length of the wi…
Respectfully, your characterization of a DFT's infinite domain conflicts with the definition of the DFT -- it is defined as a finite sequence, and that's how it's used in common industry usage. Case in point: https://en.wikipedia.org/wiki/Discrete_Fourier_transform > In mathematics, the discrete Fourier transform (DFT) converts a finite sequence of equally-spaced samples of a function into a same-length sequence of e…
A spectrogram remains a visualization of a short time Fourier transform at a number of points in time. In practice usually produced using a DFT because discrete samples are what you have to work with.
Re: Lessons by 3blue1brown
#86I'm likely in the minority, but I found 3blue1brown videos difficult to understand and they usually give me a worse intuition about a concept than I previously had. I wonder why that is. Seems like most people I know swear by his videos.
Re: Lessons by 3blue1brown
#872b1b does a video on how you raise e to a matrix (hint: raising something to e is converted into another function where it's not nonsensical to do such a thing.) In about 10 minutes he explains something my math methods instructor struggled with over two weeks (4 classes). I was resistant to the view that YouTube could host "decent" instructional content for a long time. That video was one of the first that was CLEAR…
> CLEARLY superior to the instruction I received at a tier 1 research institution. It was pretty clear at the R1 institution I attended (MIT) that it is really a huge research lab with a small school attached, and that the educational part, for undergrads at least, was definitely not a priority. The continuing stream of advertising (err, alumni updates) that I’ve received over the subsequent decades don’t seem to con…
Re: Lessons by 3blue1brown
#882b1b does a video on how you raise e to a matrix (hint: raising something to e is converted into another function where it's not nonsensical to do such a thing.) In about 10 minutes he explains something my math methods instructor struggled with over two weeks (4 classes). I was resistant to the view that YouTube could host "decent" instructional content for a long time. That video was one of the first that was CLEAR…
My "ten minutes to understand something I never quite got" moment was his video on Fourier Transforms.
For the Fourier transform there are primarily two issue:
1. The "complex plane" - this tries to make complex numbers somehow less scary and more intuitive? But it's actually a useless crutch that gives people a false sense of understanding. The core issue is that you can multiply two complex numbers and get another complex number. If I give you two vectors or two points on a map and tell you to multiply them.. you can't - b/c that is not a defined operation. We have no intuition about how to multiple 2D numbers (you might think, oh dot products and cross products! but those are something unfortunately unrelated)
2. "Frequency Space" and an the constant suggestion that your signal is somehow being broken up into it's magical innate hidden frequencies. This is also very deceptive (or doesn't hold up in the discrete case). The basis is selected to be mathematically convenient (ie. orthogonal) and is based on your sampling window and properties of complex numbers. These may correspond to some underlying natural frequency that's occurring - or it may not. But it's not helpful to try to confound the two
If you instead approach the whole problem from a purely mathematical perspective of projection on an orthogonal basis and how to construct complex values that are convenient - then the whole setup is less "fun" but it actually becomes a lot more understandable. You can then move on from there and start asking yourself much more interesting questions about aliasing, ringing, fm/am, phase etc.
I feel it took be ~5 attempts of learning Fourier Analysis to unwire my brain and unlearn these bad visual intuitions that send you down the wrong path