Giter Club home page Giter Club logo

jdsp's Introduction

Hi there ๐Ÿ‘‹

Current Development

GassiusODude's github stats

Background

Top Langs

jdsp's People

Contributors

gassiusodude avatar

Watchers

 avatar  avatar

Forkers

hugh-yi

jdsp's Issues

Audio Output stream

  1. Poll for available sinks for push audio data.
  2. Stream signal to the audio device. This can be an additional means of analyzing the signal through audio rather than visual inspection.

Testing is setup awkwardly

Initial setup of testing included the build jar to CLASSPATH to get access to the functionality for testing. Also had issues with structuring as Junit Test. It's current implementation is just a function that runs through some comparison based on numpy's convolve function.

Loading CSV in Table Frame

When TableFrame specifies data format. The process of saving the entries to file, clearing the table and loading from CSV fails. I think it may be related to the first row being the data column names (all strings) so it will fail. The other issue is that loading the CSV may actually be adding more data frames rather than say the file matches the current table...and just inserting observations.

Stateful Filter Object

The filter object allows for desigining a filter and applying it on a signal.

Currently it does not store the state of the buffer and thus does not support streaming application of the filter.

If comparing to scipy.signal.lfilter, this would be equivalent to storing the zi and updating zf to the internal state of the object.

Audio Input stream

Figure out how to:

  1. Poll the system for potential line in sources
  2. Provide an input stream for testing the signal processing algorithms developed in this repository.

Migrate File Reader from DataObject

Data object was originally setup to allow reading data from CSV files, allowing for various data type per feature. This is really slow when applied to loading raw data from file. It is noticeable in running SpectrogramFrame.

  • Create a function to load the raw float values from file
  • Create a function to load the raw short values from file

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.