Skip to content

shahin1009/ME565

Repository files navigation

Index

🔰 About

Codes from Steve Brunton's ME 565 course on YouTube: A python version
https://www.youtube.com/c/Eigensteve
http://faculty.washington.edu/sbrunton/me565/

📁 File Structure

.
├── ComplexAnalysis.ipynb
│   ├── intergration of the Cauchy integral
│   ├── Log(z) function visualization
├── PDE.ipynb
│   ├── heat transfer numerical solution
│   ├── Analytic solution to the heat equation(without itteration)
│   ├── solution for a nastier BC
├── FourierTransform.ipynb
│   ├── furier transform of step function
│   ├── Discrete Fourier Transform
│   ├── DFT vs FFT
│   ├── Image compression with DFT (summer.jpg)
│   ├──turning the image to frequency surface
├── FourierPDE.ipynb
│   ├── 1D heat equation with numerical integral
│   ├── 1D heat equation with fft
│   ├── Differentiation with fourier
├── Laplace.ipynb
│   ├── System responses to impulse and step
│   ├── Bode plot
│   ├── Calculating system response by convolving with impulse
└── README.md

Complex visualization

Alt text Alt text

Image compression with DFT

Alt text Alt text Alt text

PDE

Alt text Alt text

Laplace

Alt text Alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published