1.0.11 • Published 5 months ago

pulseplot v1.0.11

Weekly downloads
14
License
GPL-2.0-or-later
Repository
github
Last release
5 months ago

Pulseplot: Pulse Data Plot JS library

Canvas drawing lib to visualize e.g. SDR pulse data. For an example open https://triq.org/pdv and drop your pulse data text in.

Supported SDR pulse data text files with extensions of:

  • .ook
  • .fsk
  • .ask
  • .psk
  • .txt

Supported RfRaw text files with extensions of:

  • .rfraw

All comments and suggestions very welcome.

If you like to give feedback:

  • Is this useful to you? Why not, what is missing?
  • Is this bundled in a useful way? Do you want the lib hosted on a CDN?
  • Would you like to upload your samples to share by URL?
  • Would you like to embed uploaded samples in e.g. a blog?
  • Would you like to see more features, like timing guides, ...?

Getting Started

See example.html on how to set up the canvas and load data.

import { Pulseplot } from 'pulseplot'

const pulseplot = new Pulseplot({
  parent: '.pulseplot',
  data: { /*...*/ },
})

The API is detailed in API.md

Compiling

  • Setup dependencies: npm install
  • Compile and hot-reload for development: npm run serve
  • Compile and minify for production: npm run build
  • Lint and fix files: npm run lint

Copyright and Licence

Copyright (C) 2019-2025 Christian W. Zuckschwerdt zany@triq.net

Unless otherwise noted all sources are:

License: GPL-2+

1.0.11

5 months ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago