Skip to main content

Python code companion to Emitter Detection and Geolocation for Electronic Warfare (Artech House, 2019) and Practical Geolocation for Electronic Warfare Using MATLAB (Artech House, 2022)

Project description

Python Companion to Emitter Detection and Geolocation for Electronic Warfare

This repository is a port of the MATLAB software companion to Emitter Detection and Geolocation for Electronic Warfare, by Nicholas A. O'Donoughue, Artech House, 2019.

This repository contains the Python code, released under the MIT License, and when it is complete, it will generate all the figures and implements all the algorithms and many of the performance calculations within the texts Emitter Detection and Geolocation for Electronic Warfare, by Nicholas A. O'Donoughue, Artech House, 2019 and Practical Geolocation for Electronic Warfare using MATLAB, by Nicholas A. O'Donoughue, Artech House, 2022.

The textbooks can be purchased from Artech House directly at the following links: Emitter Detection and Geolocation for Electronic Warfare, and Practical Geolocation for Electronic Warfare using MATLAB Both are also available from Amazon.

Installation

PyPI Install (recommended)

Use pip to install the package from the PyPI repository

pip install ewgeo

All the tools will be installed and available by importing the ewgeo package.

import ewgeo

Local Install

After cloning or downloading the git repository, you can install it locally in any virtual environment.

If the path to your downloaded copy of the repository is <PATH_TO_EWGEO>, then issue the following commands in a terminal window.

cd <PATH_TO_EWGEO>
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -e .

This repository has been tested with Python 3.12 and 3.13. We recommend using a virtual environment for package/dependency handling (the virtual environment does not need to be named .venv, however).

Dependencies

This repository is dependent on the following packages, and was written with Python 3.12.

  • matplotlib
  • numpy
  • scipy
  • seaborn

Figures

The make_figures/ folder contains the code to generate all the figures in the textbook. The subfolder make_figures/practical_geo generates figures for the second textbook.

To generate all figures, run the file make_figures.py. To run figures for an individual chapter, use a command such as the following:

import make_figures
chap1_figs = make_figures.chapter1.make_all_figures()

Examples

The examples/ folder contains the code to execute each of the examples in the textbook. The subfolder examples/practical_geo has examples from the second textbook.

Utilities

A number of utilities are provided in this repository, under the following modules:

  • ewgeo.aoa Code to execute angle-of-arrival estimation, as discussed in Chapter 7
  • ewgeo.array Code to execute array-based angle-of-arrival estimation, as discussed in Chapter 8
  • ewgeo.atm Code to model atmospheric loss, as discussed in Appendix Carlo
  • ewgeo.detector Code to model detection performance, as discussed in Chapter 3-4
  • ewgeo.fdoa Code to execute Frequency Difference of Arrival (FDOA) geolocation processing, as discussed in Chapter 12.
  • ewgeo.hybrid Code to execute hybrid geolocation processing, as discussed in Chapter 13.
  • ewgeo.noise Code to model noise power, as discussed in Appendix D.
  • ewgeo.prop Code to model propagation losses, as discussed in Appendix B.
  • ewgeo.tdoa Code to execute Time Difference of Arrival (TDOA) geolocation processing, as discussed in Chapter 11.
  • ewgeo.triang Code to model triangulation from multiple AOA measurements, as discussed in Chapter 10.
  • ewgeo.utils Generic utilities, including numerical solvers used in geolocation algorithms.

Feedback

Please submit any suggestions, bugs, or comments as issues in this git repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ewgeo-0.0.1.tar.gz (139.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ewgeo-0.0.1-py3-none-any.whl (158.1 kB view details)

Uploaded Python 3

File details

Details for the file ewgeo-0.0.1.tar.gz.

File metadata

  • Download URL: ewgeo-0.0.1.tar.gz
  • Upload date:
  • Size: 139.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ewgeo-0.0.1.tar.gz
Algorithm Hash digest
SHA256 b1253950d8fcf3b296923992494df022ede771b9cf91e8ce6f57852a98762d83
MD5 d0c8d16c2de05e1d137fe1496aa7e797
BLAKE2b-256 51c2bfa7c992dd6bb20a0d36ac946cb52c928da616144362d7ccad0c60fbc302

See more details on using hashes here.

Provenance

The following attestation bundles were made for ewgeo-0.0.1.tar.gz:

Publisher: publish.yml on nodonoughue/emitter-detection-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ewgeo-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: ewgeo-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 158.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ewgeo-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 134b2dfca6ea5aa57fdf7f1b6b3088a84a4c955933b606ab2a34797be02766bb
MD5 006e4153c7e4c6e49b36f52cb43fd5f3
BLAKE2b-256 5f145b376bf472e67dcc047155c10477df1a20a634f5eef0be20206dc94e37e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for ewgeo-0.0.1-py3-none-any.whl:

Publisher: publish.yml on nodonoughue/emitter-detection-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page