# TDoA **Repository Path**: finezoo/TDoA ## Basic Information - **Project Name**: TDoA - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-20 - **Last Updated**: 2023-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TDoA - Time difference of arrival ## Prerequisites - 直接使用docker,镜像是:mtmiller/octave:4.2.2 - This code should work on linux and on OSX - Install octave (>=4.2.2) + signal package: in octave: `pkg install -forge control` + `pkg install -forge signal` - Anohter install method: in octave: `pkg install control-3.2.0.tar.gz` + `pkg install signal-1.4.1.tar.gz` ## 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