https://github.com/gauteh/concepts
Notes on some concepts in signal processing and geophysics.
https://github.com/gauteh/concepts
fft fourier geophysics notebook signal-processing waves
Last synced: 6 months ago
JSON representation
Notes on some concepts in signal processing and geophysics.
- Host: GitHub
- URL: https://github.com/gauteh/concepts
- Owner: gauteh
- Created: 2022-11-09T13:44:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T08:31:30.000Z (6 months ago)
- Last Synced: 2025-04-08T08:32:07.603Z (6 months ago)
- Topics: fft, fourier, geophysics, notebook, signal-processing, waves
- Language: Jupyter Notebook
- Homepage:
- Size: 9.27 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Concepts
Read in [](https://mybinder.org/v2/gh/gauteh/concepts/HEAD).
# Topics
* [Waves: Super-position](./Waves-Superposition.ipynb)
* [Waves: Non-uniform samples in the frequency domain](./Waves-Non-uniform_frequency_spectra_and_moments.ipynb)
* [Waves: Integration of complex wave signals](./Waves-Integration-of-complex-wave-signals.ipynb)
* [Waves: Integration of discretly sampled wave signals](./Waves-Integration-of-discretly-sampled-wave-signals.ipynb)
* [Waves: Welch spectrum and integrating spectrum](./Waves-Welch-spectrum-and-integrating-spectrum.ipynb)
* [Waves: Complex wavenumber attenuation](./Waves-Complex-wavenumber-attenuation.ipynb)## Acknowledgements
Inspired by [higham/what-is](https://github.com/higham/what-is).