Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heroxbd/waveform-analysis
Waveform analysis for reviewing all the effective methods.
https://github.com/heroxbd/waveform-analysis
Last synced: 15 days ago
JSON representation
Waveform analysis for reviewing all the effective methods.
- Host: GitHub
- URL: https://github.com/heroxbd/waveform-analysis
- Owner: heroxbd
- License: mit
- Created: 2019-09-30T10:14:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T15:12:08.000Z (over 2 years ago)
- Last Synced: 2024-11-09T21:43:15.852Z (2 months ago)
- Language: TeX
- Size: 24.6 MB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
1. Create directory `result` and `waveform` in a rational place to store analysis results and simulated waveforms
2. To test methods, in command line, run (take `fbmp` method as an example)
```
make method=fbmp
```
Noted: try option `-n` first to avoid mistake
3. To draw `vs-` pictures, in command line, run
```
make vs
```
Noted: try option `-n` first to avoid mistake
4. Figures in Note are all generated by `latexdemo.ipynb` and `vs.py`