Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

paddlec

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paddlec

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

PaddleC

PaddleC is a Ruby C extension attempting to provide objects and methods to rapidly set up real-time signal processing test benches in Ruby (because Ruby is so cool).

The Ruby code would look like buffer administration, leaving the heavy processing to C subroutines while keepking the user code concise and elegant, without the need to recompile the whole thing each time the slightest change is made to the application.

FloatBuffer and ComplexBuffer wraps native arrays of single floats. Computations are performed in C on single floats, and depending on the host architecture it may be accelerated with AVX, SSE, FMA or NEON SIMD instructions.

How to install

First, install dependencies:

sudo apt update
sudo apt install libpulse-dev
sudo apt install libfftw3-dev libfftw3-single3

Clone this repository, build the gem and install it:

git clone https://gitlab.com/theotime_bollengier/paddlec.git
cd paddlec
gem build paddlec.gemspec
gem install paddlec-XXX.gem # XXX is the version of the gem

Generate the documentation:

# Install yard if it is not already installed
gem install yard
# Use the helper script to generate the documentation
./dodoc.sh
# Open the freshly generated documentation
firefox doc/index.html

TODO

  • select, reject
  • FFTw, FFTscope, Oscilloscope
  • libswresample
  • boolean buffers and [] +=
  • pulseaudio sink / source
  • rtlsdr source
  • oscillators, PLLs, costas loops...
  • doc rdoc, yard groups
  • ...

FAQs

Package last updated on 22 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc