https://github.com/grebe/cow-analysis
https://github.com/grebe/cow-analysis
miscellaneous
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/grebe/cow-analysis
- Owner: grebe
- Created: 2017-10-11T19:39:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T21:28:06.000Z (over 8 years ago)
- Last Synced: 2025-02-12T14:56:28.247Z (over 1 year ago)
- Topics: miscellaneous
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Control over Wireless Analysis Scripts
Traces are stored in `/tools/cow/`.
The `summarize.py` script takes two arguments:
*) The path to an input `dat` file, a binary file containing real/imag pairs (each is a short).
*) The path to an output file to append summary stastistics to
To run the summarize script on every `dat` file in a directory, you can use find:
```
find /tools/cow/path/to/directory -type f -exec ./summarize.py {} output_file_name.txt \; &
```
The `visualize.py` script takes one input:
1) The output file from the summarize script
and then a number of other inputs to select which plots to generate.