GithubHelp home page GithubHelp logo

jbrzusto / digdar Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 2.0 24.31 MB

fork of red pitaya dedicated to digitizing pulsed marine radar

License: GNU General Public License v2.0

Makefile 7.14% JavaScript 0.80% CSS 0.05% HTML 15.17% C 60.23% TeX 0.03% Objective-C 0.01% Perl 5.76% Roff 1.83% Shell 1.53% C++ 3.63% XS 0.07% Assembly 0.18% DTrace 0.01% Perl 6 1.46% Lua 0.19% GDB 0.03% Batchfile 0.02% Tcl 1.76% CartoCSS 0.08%

digdar's Introduction

digdar

fork of red pitaya dedicated to digitizing pulsed marine radar

Issues

FPGA:

  • spurious detection of ARP pulse sometimes splits a single sweep into two. If a trigger_gen object is purely for counting pulses (as is the case for ACP, ARP), rather than initiating action on them, then we should allow for the "delay" parameter to be used as a confirmation period, rather than a delay. i.e. while in STATE_DELAYING, the trigger_gen object can fall back into STATE_WAITING_EXCITE if the signal level falls back below the excite threshold. It would be nice to record the clock at the start of the delay period, though.

Test: (i.e. app, but in Test folder)

  • Test/digdar is sometimes dropping a significant number of pulses from a sweep; likely, there is a problem with the reader/writer shared access to the pulse buffer. The chunking scheme was intended to allow data to be offloaded with minimal latency, so that a sweep could be transmitted a small portion at a time. This is fine, but we should allocate sweep-based buffers for filling by the writer, and offloading by the reader. We don't want the writer to ever have to wait long to have a place to write data to.

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.