Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/numblr/channel
Signal processing channels
https://github.com/numblr/channel
Last synced: 23 days ago
JSON representation
Signal processing channels
- Host: GitHub
- URL: https://github.com/numblr/channel
- Owner: numblr
- Created: 2014-04-09T16:26:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-10T07:15:25.000Z (over 10 years ago)
- Last Synced: 2023-08-21T09:01:18.751Z (about 1 year ago)
- Language: Python
- Size: 348 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
channel
=======Signal processing channels based on generators.
This repository provides generator functions that create initalized generators for input processing. Processing is done by sending the input to a generator using its send method.
Implementations for several input formats, like strings, numbers and arrays, are provided.
In addition, the possibility to connect channels to a network, which in turn is a channel itself, is provided.