GithubHelp home page GithubHelp logo

nodonoughue / emitter-detection-book Goto Github PK

View Code? Open in Web Editor NEW
59.0 59.0 27.0 20.01 MB

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

Home Page: https://us.artechhouse.com/Emitter-Detection-and-Geolocation-for-Electronic-Warfare-P2291.aspx

License: MIT License

MATLAB 99.97% M 0.03%

emitter-detection-book's People

Contributors

nodonoughue avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

emitter-detection-book's Issues

Hybrid velocity Jacobian MATLAB syntax

Is this a bug in the computation of the hybrid velocity jacobian? The syntax looks wrong. The inputs to zeros should be scalars.

Jv = cat(2,zeros(size(J_aoa), zeros(size(J_tdoa), J_fdoa_v)));

Should it be this?

Jv = cat(2,zeros(size(J_aoa)), zeros(size(J_tdoa)), J_fdoa_v);

Tough to test as-is since the examples scripts and hybrid.computeCRLB don't support the case with source having a non-zero velocity.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.