All Types of Fourier Transforms in PYTHON

All Types of Fourier Transforms in PYTHON

Mr. P Solver

2 года назад

52,096 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@eschool8812
@eschool8812 - 20.01.2024 11:53

Hi, I have a discrete voltage and current signal in time domain, what will be the formula to calculate the power using both voltage and current waveform in FFT method, it will be sum of the Individual powers in frequency domain or if you can put some insights or share your mail I can send you a email stating the exact problem. Thanks for the video.

Ответить
@rubenvicente4677
@rubenvicente4677 - 14.01.2024 15:42

it is imposible to flow now if you do not have the version of your module (pip freeze) :(

Ответить
@rostamr4096
@rostamr4096 - 13.01.2024 04:16

What is the editero you are using?

Ответить
@rostamr4096
@rostamr4096 - 13.01.2024 04:14

Thank you for these detail and very helpful videos

Ответить
@baghdadiabdellatif1581
@baghdadiabdellatif1581 - 29.11.2023 03:08

Great work 👌👏👍

Ответить
@reapicus557
@reapicus557 - 24.11.2023 02:06

If anyone is having trouble getting a symbolic result in the Part 2 section without a kernel crash, then try adding the following 'a' symbol:
a = smp.symbols('a', real = False)
x_FT = smp.integrate((1/T) * x *smp.exp(-a*t), (t,0,T)).subs([(a, 2*smp.pi*smp.I*fn)]).simplify()
This gave me something that looks different from the video's symbolic form, but it reproduces the numeric plot, so I'm happy with it!

Ответить
@user-bs5ue3bu3p
@user-bs5ue3bu3p - 13.11.2023 12:48

Thank you!

Ответить
@KrishnaGupta-pn8ee
@KrishnaGupta-pn8ee - 01.10.2023 23:27

Video quality is worst.. Can't see what's types

Ответить
@tilkesh
@tilkesh - 04.09.2023 16:14

Thank you.

Ответить
@user-dv8id8vd7g
@user-dv8id8vd7g - 05.07.2023 08:13

Hi Mr Solver, thanks for your great effort to put this boring theory into interesting and visual python coding.
I tried out your codes everthing works except #2 Fourier Series (continuous time, discrete frequency). Your suggested solution is much appreciated

Ответить
@lucapalese475
@lucapalese475 - 14.06.2023 12:44

DFT formulas are a bit messed up. Useful vid :)

Ответить
@Mayank-mf7xr
@Mayank-mf7xr - 19.05.2023 07:15

Great content.

Ответить
@frankkoslowski6917
@frankkoslowski6917 - 07.05.2023 01:29

Not sure if the persistent integration issues with the upper integral limit `T' has to do with the many improvements to SymPy 1.11.1.
However, after lengthy consideration, here is the code that actually returns `x_FT` quickly and correctly without kernel crashes:
x_FT = sp.integrate(1/T * x*sp.exp(-2*sp.pi *sp.I *fn*t), (t, 0, sp.oo)).simplify() 🤓 Love your lectures. 😍

Ответить
@bean_mhm
@bean_mhm - 28.04.2023 15:15

Great video

Ответить
@JessicaGrogan4444
@JessicaGrogan4444 - 27.03.2023 18:41

I subscribed before the singing, happy I subscribed. LOL awesome vid

Ответить
@rezhar3640
@rezhar3640 - 24.02.2023 23:02

How about fractional fourier transform? Can you explain it?

Ответить
@ravenecho2410
@ravenecho2410 - 24.02.2023 01:09

u bait me with the memes... and now im in image Fourier, pretty cool

Ответить
@nehakhanra9853
@nehakhanra9853 - 12.02.2023 10:23

Awesome lecture ever. Hello sir, can you make a tutorial on Fourier series of a triangular waveform?🙏🙏

Ответить
@ferrusmannus6784
@ferrusmannus6784 - 12.12.2022 17:32

D ear Mr. P Solver, can you tell us how to make spectral derivative in Python?

Ответить
@asst.profcivilveltechchenn3262
@asst.profcivilveltechchenn3262 - 27.11.2022 22:40

can you do for partial differential equations

Ответить
@jx4864
@jx4864 - 27.09.2022 03:51

That rap is sick, man, keep on it.

Ответить
@et4493
@et4493 - 09.09.2022 13:36

What about amplitude and phase? And what about an entire spectrum of frequencies, instead of a basic ass sin function? This is so generic and superficial might as well just read the instructions on the np sp manuals SMH

Ответить
@brianlivian3149
@brianlivian3149 - 14.07.2022 05:30

Great video thanks

Ответить
@PhysicsKeeda_99
@PhysicsKeeda_99 - 22.05.2022 14:51

hey its great can you please help me in the code for how to fourier transform a signal which i have already plotted in python itself

Ответить
@Seriosso
@Seriosso - 08.05.2022 01:48

Man! Where the hell have you been hiding from my recommendation list all this time? I have been looking for someone that would do EXACTLY your content for like ages! Thank you for all the time and effort to remove the fog from my eyes!

Ответить
@frankkoslowski6917
@frankkoslowski6917 - 01.05.2022 04:41

Great Lecture!
Although as the frequency goes up, the sampling rate ought to be sufficiently INCREASED for good analog audio to be retrieved from a file with data recorded at, let's say 320bps,
so as to avoid aliasing as alluded to in cell 39. Should it not?

Ответить
@frankkoslowski6917
@frankkoslowski6917 - 30.04.2022 07:00

Doesn't look much like a simplification to me. Which ever way, one always gets this:
$\frac{1 - e^{- T k - 2 i \pi n}}{T k + 2 i \pi n}$

Ответить
@kelixoderamirez
@kelixoderamirez - 20.04.2022 03:52

permission to learn sir

Ответить
@Karim3ds
@Karim3ds - 09.04.2022 22:48

hi, thank you so much for your informative videos, is it possible to do a video for solving the image MTF using py, thanks alot

Ответить
@leonardosaads
@leonardosaads - 08.04.2022 07:51

Where is dtft?

Ответить
@RhoChalmers
@RhoChalmers - 07.04.2022 02:20

Thank you. Have shared this video in our college Discord because our professor doesn't really explain things that well.

Ответить
@toobabb3613
@toobabb3613 - 02.03.2022 09:51

I want to fourier transform position wavefuntion to momentum for infinite square well and plot it. I am following this video where you transformed time to frequency. But in my case p (momentum) equals (iota)*(planck constant)*(partial by partial x). I am not sure hoew to define this. If you have sample of position to momentum fourier transform o anything to help, kindly tell me. Regards

Ответить
@toobabb3613
@toobabb3613 - 28.02.2022 14:08

Hey Thankyou so much. Its too helpful. Stay blessed!

Ответить
@wilsoncarofilis7595
@wilsoncarofilis7595 - 28.01.2022 03:34

Thanks for this video, I was struggling with my assignment, almost give up but here found a way to solve it! Very appreciated bro!

Ответить
@charlesspringer4709
@charlesspringer4709 - 23.01.2022 02:11

Adults with backwards cap from the hood. Not a good look. Mark Rober has made it his uniform and looks ludicrous. Like a teacher who wants to be "liked" by his students. Or an idiot with a kid show who wants to be cool. It isn't. Yo, lets rap on the relevant topics and express our feelings. Get down get up get up get up get down get up..... Truth to your mutha.

Ответить
@vaibhavgarg1982
@vaibhavgarg1982 - 29.12.2021 04:55

Hey, Discovered your channel and have been hooked since. Just a small request. Would you mind zooming in just a little bit. The text is hard to read even at the highest res of 1080p.
Thanks.

Ответить
@HH-mw4sq
@HH-mw4sq - 28.12.2021 13:03

I keep getting the following error:
"x_FT_integrand_real = lambda t: np.real(x(t, k)*np.exp(-2.0*np.pi*1j*f*t))

TypeError: 'Mul' object is not callable"

Why is this occurring, and how to get around it?

Ответить
@ryanjosephtatel1330
@ryanjosephtatel1330 - 21.12.2021 02:07

This is where repp'n and math collide

Ответить
@ilredeldeserto
@ilredeldeserto - 14.12.2021 19:42

my thanks for this video, you saved me and my exam too! lol

Ответить
@scoot_tv
@scoot_tv - 12.11.2021 20:58

It'd be awesome if you could cover Gabor analysis or other time-frequency analysis methods.

Ответить
@kkantse9351
@kkantse9351 - 20.10.2021 11:00

Great and hansome!

Ответить
@mro5858
@mro5858 - 07.10.2021 00:55

Very nice videos! Thank you so much.

Ответить
@iitian1201
@iitian1201 - 04.10.2021 16:49

Please simulate random walk probably by python 🙏🙏🙏🙏

Ответить
@AJ-et3vf
@AJ-et3vf - 06.09.2021 05:34

❤️❤️❤️❤️❤️

Ответить
@neilbohar8212
@neilbohar8212 - 13.08.2021 02:54

Plz share inverse fourrier transform system video too

Ответить
@taybabusra1695
@taybabusra1695 - 31.07.2021 13:43

Make video on epicycle
And converting any image to epicycle drawing

Ответить
@Nobuhara
@Nobuhara - 25.07.2021 21:25

Are you planning on making a video about ipywidgets? After watching most of them I'm seriously considering getting [sympy + ipywidgets + numpy + numba + jupyter] as a free Mathematica-like environment.
Also, please, keep posting videos! They are very good and in time you will be in the 1M+ subs range!

Ответить