All Projects → hcab14 → TDoA

hcab14 / TDoA

Licence: GPL-3.0 license
Time difference of arrival (TDoA) multi-lateration

Programming Languages

matlab
3953 projects
C++
36643 projects - #6 most used programming language
shell
77523 projects
Makefile
30231 projects
awk
318 projects

Projects that are alternatives of or similar to TDoA

gr-kiwisdr
KiwiSDR gnuradio source
Stars: ✭ 15 (-68.75%)
Mutual labels:  kiwisdr, hf-monitoring
Facerecognition guide
This is a guide to face recognition with Python, GNU Octave/MATLAB and OpenCV2 C++. Eigenfaces and Fisherfaces are explained in detail and implemented.
Stars: ✭ 188 (+291.67%)
Mutual labels:  octave
Casadi
CasADi is a symbolic framework for numeric optimization implementing automatic differentiation in forward and reverse modes on sparse matrix-valued computational graphs. It supports self-contained C-code generation and interfaces state-of-the-art codes such as SUNDIALS, IPOPT etc. It can be used from C++, Python or Matlab/Octave.
Stars: ✭ 714 (+1387.5%)
Mutual labels:  octave
Pandoc Plot
Render and include figures in Pandoc documents using your plotting toolkit of choice
Stars: ✭ 75 (+56.25%)
Mutual labels:  octave
Facerec
Implements face recognition algorithms for MATLAB/GNU Octave and Python.
Stars: ✭ 921 (+1818.75%)
Mutual labels:  octave
Octsympy
A Symbolic Package for Octave using SymPy
Stars: ✭ 92 (+91.67%)
Mutual labels:  octave
Vot Toolkit
Visual Object Tracking (VOT) challenge evaluation toolkit
Stars: ✭ 360 (+650%)
Mutual labels:  octave
go-redis
GNU Octave Redis client (for Matlab too)
Stars: ✭ 23 (-52.08%)
Mutual labels:  octave
Matlab Octave
This repository contains algorithms written in MATLAB/Octave. Developing algorithms in the MATLAB environment empowers you to explore and refine ideas, and enables you test and verify your algorithm.
Stars: ✭ 180 (+275%)
Mutual labels:  octave
Orca
Ordinal Regression and Classification Algorithms
Stars: ✭ 72 (+50%)
Mutual labels:  octave
Matlab2tikz
This program converts MATLAB®/Octave figures to TikZ/pgfplots figures for smooth integration into LaTeX.
Stars: ✭ 1,041 (+2068.75%)
Mutual labels:  octave
Fcm
A simple implementation of the Fuzzy C-Means Clustering (FCM) in MATLAB/GNU-Octave.
Stars: ✭ 26 (-45.83%)
Mutual labels:  octave
Gpstuff
GPstuff - Gaussian process models for Bayesian analysis
Stars: ✭ 106 (+120.83%)
Mutual labels:  octave
Cocalc
CoCalc: Collaborative Calculation in the Cloud
Stars: ✭ 888 (+1750%)
Mutual labels:  octave
inpoly
A fast 'point(s)-in-polygon' test for MATLAB.
Stars: ✭ 17 (-64.58%)
Mutual labels:  octave
Machine Learning Octave
🤖 MatLab/Octave examples of popular machine learning algorithms with code examples and mathematics being explained
Stars: ✭ 637 (+1227.08%)
Mutual labels:  octave
Textplayer
A library to play MML and ABC songs, written in C#
Stars: ✭ 29 (-39.58%)
Mutual labels:  octave
Notebooks
📓 A growing collection of Jupyter Notebooks written in Python, OCaml and Julia for science examples, algorithms, visualizations etc
Stars: ✭ 84 (+75%)
Mutual labels:  octave
octave-docker
Dockerfile to build an Octave container
Stars: ✭ 11 (-77.08%)
Mutual labels:  octave
ASALI
Do you work with chemical reactors? Are you curious about them? ASALI is the open-source code that you are looking for. Chemical reactor models, transport/thermodynamic properties of gases, equilibrium calculations. ASALI couples all these features with an user friendly graphical interface. Modeling catalytic reactors has never been so easy.
Stars: ✭ 38 (-20.83%)
Mutual labels:  octave

TDoA - Time difference of arrival

Inputs:

  1. wav files with GNSS timestamps from KiwiSDRs which are generated by kiwiclient
  2. positions of the used KiwiSDRs. This information is stored in the directory gnss_pos and put there by kiwirecorder.py

Prerequisites

  • This code should work on linux and on OSX
  • Install octave (>=4.2.2) + signal package: in octave: pkg install -forge signal

Download / Installation

  • Initial checkout: git clone --recursive https://github.com/hcab14/TDoA.git
  • Update to latest master branch: git pull --recurse-submodules
  • For now everything is contained in the git repository, i.e., nothing is installed in /usr etc.

Running the example octave script

  • in octave: [tdoa,input]=proc_tdoa_DCF77;
  • this should produce two files in the png subdirectory
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].