https://github.com/grebe/besselpsd
Basic illustration of the PSD of Bessel functions of the first kind
https://github.com/grebe/besselpsd
Last synced: about 1 year ago
JSON representation
Basic illustration of the PSD of Bessel functions of the first kind
- Host: GitHub
- URL: https://github.com/grebe/besselpsd
- Owner: grebe
- License: bsd-3-clause
- Created: 2018-01-13T00:27:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T00:45:13.000Z (over 8 years ago)
- Last Synced: 2025-02-12T14:56:24.774Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bessel Function PSD Demo
This Jupyter notebook shows the PSD of the 0th order Bessel function of the first kind.
You can [view it on Github (click here!)](https://github.com/grebe/besselpsd/blob/master/Bessel%20Function%20Fourier%20Transform%20Demo.ipynb) or run it on your own computer.
## Installation
You can install Jupyter using [these instructions](http://jupyter.org/install.html).
If you install using anaconda, you should get all the needed libraries as part of the process of installing Jupyter.
Otherwise, you should install:
* numpy
* matplotlib
* scipy