This is pretty great! I've been wanting to write an rtlsdr library for a while, (I've gotten blocking reading mode working) and it'd be great to be able to hook this up to it and actually receive some signals!
On Sun, Apr 6, 2014 at 1:46 PM, João Felipe Santos <[email protected]>wrote: > Hello Jay, > > first of all, great job with the package! > > We should definitely integrate Radio.jl with DSP.jl, so that it uses DSP > as a dependency instead of having duplicates of basic functions (FIR, > windows, etc). I will be able to assist in migrating the extra > functionality you implemented to DSP.jl in a few weeks, but feel free to > send pull requests to if you are interested. > > -- > João Felipe Santos > > > On Sun, Apr 6, 2014 at 4:02 PM, Jay Kickliter <[email protected]>wrote: > >> I didn't tag the subject with [ANN] since *Radio.jl >> <https://github.com/JayKickliter/Radio.jl>* is barely a package yet. But >> I am looking for feedback, feature requests, and hopefully some help. >> >> I'm mainly writing the package to support my work with space >> communications, so I will be focusing on Phase Shift Keying and rectangular >> Quadrature Amplitude Modulation. But Julia needs a general comms package. >> If you have any needs/suggestions please let me know. >> >> I mistakenly re-implemeted some of *DSP.jl*'s functionality, and some of >> what I've written is missing from it. Maybe Radio's filtering functions >> should be moved to DSP? >> > >
