Fourier Series [Matlab]

  Рет қаралды 80,946

Steve Brunton

Steve Brunton

Күн бұрын

Пікірлер: 47
@retsboon8162
@retsboon8162 4 жыл бұрын
Holy crap i've never seen this kind of production quality nor this brilliant of a setup in an educational video! What a fantastic way to present things
@MegaSoubhik
@MegaSoubhik Жыл бұрын
Your channel is one of the best educational coding video channels I've ever seen on this platform! I hope you become viral and gain the fame you deserve. Your production quality is top notch and explanations are very clear and precise!
@starriet
@starriet 2 жыл бұрын
For people who got confused) 1. why just pi, not 2pi in the code?: the 2 is canceled with 2L. (L in the code is just half of the domain) 2. why not divide by pi in the python code(there is 1/pi in the matlab code, in contrast)?: In the python code, dx is 0.001, not 0.001*L. (here, L is the 'L' in the code, i.e. _half_ of the whole domain) Thus, if we add dx *= L to the python code before calculating the coefficients, then we can devide by pi when calculates the coefficients, like in the matlab code.
@oncedidactic
@oncedidactic 2 жыл бұрын
This video does so much heavy lifting of explanation but it's so CLEAR and concise, awesome!
@RoronoaZoro-qm8hp
@RoronoaZoro-qm8hp 4 жыл бұрын
Wow I have just found gem of a channel
@yanboho3293
@yanboho3293 4 жыл бұрын
this channel about to hit big, let us witness.
@cloudifulmusic
@cloudifulmusic 3 жыл бұрын
I've just realized that Steve made everything nightmode, huge thanks~!
@mahmoudebrahimkhani1384
@mahmoudebrahimkhani1384 Жыл бұрын
Clear explanation and nice visualization of the Fourier series reconstruction! Bravo 👏🏻
@perfectionatic
@perfectionatic 4 жыл бұрын
I love the channel. Thank you for the outstanding explanation. I believe a_k and b_k definitions need to have the inner product divide by pi to be consistent with the code. Also the factor 2pi need to replaced by just pi.
@fireemblem2770
@fireemblem2770 4 жыл бұрын
Steve I LOVE your channel so so much!!
@frankservant5754
@frankservant5754 3 жыл бұрын
Great tutorials love your passion for the subject
@martinsanchez-hw4fi
@martinsanchez-hw4fi Жыл бұрын
Just a little comment. Inside the loop the constant of normalization should be L, right? So we do not have trouble if we change interval.
@rizqyagung7319
@rizqyagung7319 4 жыл бұрын
This is one the coolest video I've ever watched! Very interesting sir!
@sarahmajin5358
@sarahmajin5358 2 жыл бұрын
Great video!! please can f(x) be non zero like maybe 100?
@econometrics4423
@econometrics4423 4 жыл бұрын
An outstanding lecture series.
@nesslange1833
@nesslange1833 3 жыл бұрын
1./x gives Fourier Series a hard time to approximate fairly well. Needs a lot of data points.
@brucemurdock5358
@brucemurdock5358 Жыл бұрын
Is it possible to use other fourier series representations like the complex form or compact trigonometric form?
@shumansun9825
@shumansun9825 4 жыл бұрын
These videos help me a lot, thank you!
@sajidhaniff01
@sajidhaniff01 4 жыл бұрын
Awesome site! I am really surprised it was not recommended to me by KZbin In fact, I only discovered it because it was retweeted by Jeff dean specifically the segment where you demonstrated the Laplace transform as a generalized Fourier Transform which was totally awesome!
@rays14
@rays14 2 жыл бұрын
I'm dont understand why we use just pi in the inner product but not 2*pi as it is shown in the equations on the left side. Because if I write code from expressions, I do not have expected result. I guess the L should be 2*pi instead of just pi. In this case we obtain cos(pi*k) as in the general formula.
@sjc6903
@sjc6903 3 жыл бұрын
Are you writing in inversion? looks so cool
@PedroHenrique-bu6xn
@PedroHenrique-bu6xn 4 жыл бұрын
Amazing video, thank you very much!
@flyingbirds6794
@flyingbirds6794 Жыл бұрын
Thank you very much!!!
@engr.israrkhan
@engr.israrkhan 4 жыл бұрын
Great content you have made sir
@wowowowdog
@wowowowdog 4 жыл бұрын
This saved my day!
@BenasMotiejunas
@BenasMotiejunas 2 жыл бұрын
You are a god!
@muzammilnaeem6215
@muzammilnaeem6215 4 жыл бұрын
where i can find information about this A(k) and B (k) syntax. and what is CC(k,:)?? please tell me site or book from where i can learn about this syntax
@dragoncurveenthusiast
@dragoncurveenthusiast 4 жыл бұрын
look at the video description. This video series follows a book he co-wrote. The links are all there.
@fadhilobaid
@fadhilobaid 4 жыл бұрын
Thank you for sharing this information.
@kkjj4937
@kkjj4937 3 жыл бұрын
how do we make this triangular function to be continue like tri spacing tri spacing and so on
@cromatico524
@cromatico524 4 жыл бұрын
This channel is awesome! tks o/
@alberto8899
@alberto8899 4 жыл бұрын
So nice, thanks man!
@haifengpu5921
@haifengpu5921 3 жыл бұрын
In matlab code, A[K] and B[K] is divided by pi. However, it's not in Python code. But the result in Python code looks normal. Any body know?
@starriet
@starriet 2 жыл бұрын
You caught the good point. Please see my comment. I also commented the same explanation in the next lecture(python version).
@chazz9167
@chazz9167 3 жыл бұрын
any chance I can have the code to copy and paste? It's an emergency for a college assinment
@br4hem_M4th
@br4hem_M4th 5 ай бұрын
why { dx = 2L/(N-1) } and not just simply { 2L/N } ?
@mayankanand1348
@mayankanand1348 3 жыл бұрын
This is really cool
@arslanafzal1265
@arslanafzal1265 4 жыл бұрын
great work
@linley2036
@linley2036 3 жыл бұрын
Thank you!!
@AkamiChannel
@AkamiChannel Жыл бұрын
You said it's on github. Why not put the github link in the description?
@MsSlash89
@MsSlash89 4 жыл бұрын
How did he set Matlab to have it so good looking?
@NickFilipovic
@NickFilipovic 4 жыл бұрын
this is very cool thanks!
@Deep4Phy
@Deep4Phy Ай бұрын
link for code?
@관찰파리
@관찰파리 4 жыл бұрын
Cool!
@swastiksingh8452
@swastiksingh8452 4 жыл бұрын
zero views and 7 likes. huh...
Fourier Series [Python]
8:26
Steve Brunton
Рет қаралды 69 М.
Complex Fourier Series
12:25
Steve Brunton
Рет қаралды 96 М.
За кого болели?😂
00:18
МЯТНАЯ ФАНТА
Рет қаралды 2,9 МЛН
小路飞还不知道他把路飞给擦没有了 #路飞#海贼王
00:32
路飞与唐舞桐
Рет қаралды 86 МЛН
Каха и лужа  #непосредственнокаха
00:15
But what is the Fourier Transform?  A visual introduction.
20:57
3Blue1Brown
Рет қаралды 10 МЛН
The Fourier Transform
14:36
Steve Brunton
Рет қаралды 144 М.
Solving PDEs with the FFT [Matlab]
16:23
Steve Brunton
Рет қаралды 33 М.
Solving PDEs with the FFT [Python]
14:56
Steve Brunton
Рет қаралды 51 М.
The Fourier Series and Fourier Transform Demystified
14:48
Up and Atom
Рет қаралды 838 М.
The Laplace Transform: A Generalized Fourier Transform
16:28
Steve Brunton
Рет қаралды 307 М.
Parseval's Identity, Fourier Series, and nice applications.
30:50
Michael Penn
Рет қаралды 18 М.
За кого болели?😂
00:18
МЯТНАЯ ФАНТА
Рет қаралды 2,9 МЛН