dsp 0.1.0-git copy "dsp: ^0.1.0-git" to clipboard
dsp: ^0.1.0-git copied to clipboard

Dart 1 only

DSP is a library containing basic Digital Signal Processing functions like convolution.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dsp

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dsp: ^0.1.0-git

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dsp/dsp.dart';
0
likes
15
points
30
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

DSP is a library containing basic Digital Signal Processing functions like convolution.

View/report issues

License

Apache-2.0 (license)

More

Packages that depend on dsp