Git Product home page Git Product logo

scalasignal's Introduction

ScalaSignal - Signal Processing Library for Scala

Introduction

ScalaSignal is a fledgling signal processing library for the Scala language, with the eventual aim of implementing much of the functionality found in other signal processing toolboxen.

ScalaSignal is released under the LGPL. See LICENSE for details. Copyright © Jonathan Merritt 2013.

Current Functionality

ScalaSignal currently implements the following:

  • bandwidth(pd, fract) - Signal bandwidth estimation

  • butterSOSEven(n, Wn) - SOS coefficients for even-order Butterworth filters

  • detrend(x) - Removes a linear trend from a signal

  • filter(b, a, x, si) - digital filtering with FIR or IIR filters

  • filtfilt(b, a, x) - forward-reverse zero phase lag digital filtering

  • fft(x) - Fast Fourier Transform

  • ifft(h) - Inverse Fast Fourier Transform

  • psd(x, fs) - Power spectral density estimation

  • sosfilt(sos, x) - second order section (SOS) / biquad filtering

  • Windowing functions:

    • hann(n, periodic) - Hann (Hanning / raised cosine) window

    • rectwin(n) - rectangular (identity) window

    • tukeywin(n, a) - Tukey (tapered cosine) window

Installation

Check out the project from GitHub (this command uses the Read-Only repository):

$ git clone git://github.com/lancelet/scalasignal.git

This will create a new directory called scalasignal. Next, use sbt/xsbt to compile the project:

$ cd scalasignal
$ sbt

sbt/xsbt will launch, and collect everything it needs for the project. Within sbt, you can then run:

> test

This will run the packaged unit tests for the project.

scalasignal's People

Contributors

lancelet 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

Watchers

 avatar  avatar  avatar

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.