Earlier 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…
Lessons by 3blue1brown
91–100 of 130 posts
Re: Lessons by 3blue1brown
#92Earlier quoted context omitted.
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…
In practice it’s hard to store an infinite number of discrete samples, let alone process them. So I assume that’s why people don’t try. 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.
https://en.wikipedia.org/wiki/Discrete-time_Fourier_transfor...
Pedantics aside: Spectrum analyzers are computing DFTs over a finite window, and it's perfectly reasonable to think of these as (an approximation of) power spectral density changing over time.
Re: Lessons by 3blue1brown
#93Earlier quoted context omitted.
My "ten minutes to understand something I never quite got" moment was his video on Fourier Transforms.
This probably won't be a very popular take.. but to me Fourier Transforms are the perfect example of the opposite problem - where the educators are so hellbound on constructing a visual explanation that they end up brain damaging the students. I've seen this come up several times in my math education. For the Fourier transform there are primarily two issue: 1. The "complex plane" - this tries to make complex numbers…
Re: Lessons by 3blue1brown
#94I would love it if some of these educational YouTube videos came with exercises. I watch a lot of educational YouTube videos. But I've come to see them as more entertainment than education. Not in terms of the quality of the videos (which is often excellent), but in terms of what I retain. Sometimes I come across YouTube videos that YouTube claims I have watched, and I don't remember the first thing about them. I thi…
Re: Lessons by 3blue1brown
#95I would love it if some of these educational YouTube videos came with exercises. I watch a lot of educational YouTube videos. But I've come to see them as more entertainment than education. Not in terms of the quality of the videos (which is often excellent), but in terms of what I retain. Sometimes I come across YouTube videos that YouTube claims I have watched, and I don't remember the first thing about them. I thi…
I’m convinced that he would welcome and likely support any effort. I’m assuming he has something in mind or underworks, either building something himself or working with Brillant (the de-facto leader in active learning and a sponsor for all science education channels, including 3b1b).
There was an effort in that direction with last years’ _Summer of math_, where he asked students to make their own video.
Sabine Hossenfelder (physicist, of Science News fame) has made content for Brillant, branded under her name, so it could be an option to host it there. I suspect Grant having a website is a precursor to a homegrown option.
Either way, I’m assuming he has all the encouragement and the unlimited support of anyone here —— he certainly has mine.
Re: Lessons by 3blue1brown
#96Earlier quoted context omitted.
The problem is that you can learn many things, but time is limited. Learning and understanding abstract concepts won't make you more successful, increase your SMV and give you access to better mating opportunities. What's the use of arcane knowledge about prime numbers if you are not mathematician, and even then, one should question its importance? Time is often better spent learning about crucial factors of success…
As a counterpoint to what you've said, doing things to increase your understanding of the language of the universe can lead to a more fulfilling life than a myopic focus on your... "sexual market value".
Re: Lessons by 3blue1brown
#97Earlier quoted context omitted.
My "ten minutes to understand something I never quite got" moment was his video on Fourier Transforms.
This probably won't be a very popular take.. but to me Fourier Transforms are the perfect example of the opposite problem - where the educators are so hellbound on constructing a visual explanation that they end up brain damaging the students. I've seen this come up several times in my math education. For the Fourier transform there are primarily two issue: 1. The "complex plane" - this tries to make complex numbers…
Re: Lessons by 3blue1brown
#98Earlier quoted context omitted.
In practice it’s hard to store an infinite number of discrete samples, let alone process them. So I assume that’s why people don’t try. 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.
You're describing the DTFT (discrete-time Fourier transform), not the DFT. https://en.wikipedia.org/wiki/Discrete-time_Fourier_transfor... Pedantics aside: Spectrum analyzers are computing DFTs over a finite window, and it's perfectly reasonable to think of these as (an approximation of) power spectral density changing over time.
The thing I am railing against here is the idea that you can just look at a spectrogram to grasp Fourier. You can’t. It is an advanced application of Fourier transforms that creates a visualization of power spectral density over time but it is not a (simple) Fourier transform of the underlying data.
Re: Lessons by 3blue1brown
#993b1b is doing everyone a huge favor with these lessons. Teaching is certainly a lot different today. Decreased attention spans, underfunded schools, and ChatGPT make it a lot harder, but online modules and tutorials like these make it a lot easier.
Re: Lessons by 3blue1brown
#100Earlier quoted context omitted.
My "ten minutes to understand something I never quite got" moment was his video on Fourier Transforms.
This probably won't be a very popular take.. but to me Fourier Transforms are the perfect example of the opposite problem - where the educators are so hellbound on constructing a visual explanation that they end up brain damaging the students. I've seen this come up several times in my math education. For the Fourier transform there are primarily two issue: 1. The "complex plane" - this tries to make complex numbers…
You could always just switch to the Fourier sine and cosine forms, and avoid all of the other theoretical basis baggage. Sort of like physics for poets (I'm a computational theoretical physicist by training), leaving out the more detailed derivations and background, for a more straightforward approach.
Moreover, the DFT is not the FT. In the limit as your sampled points get very large, it will approach FT. There's a great book covering lots of these things in depth[1], with a pragmatic as well as theoretical approach. I think I gave my daughter this one (math phd student) last year.
FTs aren't merely a change of basis, there is quite a bit more to them than that. For DFT you can look at the process as a sequence of operator applications, but in the FT case this becomes a continuous sequence. Hence the space bits.
[1] https://epubs.siam.org/doi/book/10.1137/1.9781611971514 I highly recommend this book.