gpsopencl
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.9%) to scientific vocabulary
Last synced: 7 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: beratatmaca
- License: gpl-3.0
- Language: C++
- Default Branch: main
- Size: 2.36 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 4 years ago
· Last pushed over 3 years ago
Metadata Files
Readme
License
Citation
README.md
1. GPSOpenCl
1.1. Installation
bash
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install libopencl-dev
sudo apt-get install libclfft2 clfft-client libclfft-dev
cmake -S . -B ./build
cd build && make
1.2. To Do List
- [ ] Read Settings
- [ ] Read Raw Data Stream
- [x] Do Acquisiton
- [ ] Do Tracking
- [ ] Decode bitstream
- [ ] Find psuedoranges
- [ ] Calculate position
Owner
- Name: Berat Atmaca
- Login: beratatmaca
- Kind: user
- Location: Ankara
- Repositories: 1
- Profile: https://github.com/beratatmaca
Software Engineer, Interested in Embedded system, electronics and DSP.
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: GPSOpenCl
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Berat
family-names: Atmaca
email: beratatmaca@live.com
identifiers:
- type: url
value: 'https://github.com/beratatmaca/GPSOpenCl'
repository-code: 'https://github.com/beratatmaca/GPSOpenCl'
keywords:
- GPS
- GNSS
- SDR
- Signal Processing
- OpenCl
license: GPL-3.0
GitHub Events
Total
Last Year
Dependencies
.github/workflows/debug.yml
actions
- EnricoMi/publish-unit-test-result-action/composite v1 composite
- actions/checkout v1 composite