At Wikipedia
http://en.wikipedia.org/wiki/Cellular_frequencies
It could solve the issue of getting IQ samples into Max – until I can write a Max external which reads the device directly.
http://www.reddit.com/r/RTLSDR/comments/1fl62j/hdsdr_for_linux_woborip/
I have saved the pipeiq.c local file to: tkzic/radio-sdr-experiments
Here are links to information about borIP – a program that streams radio IQ data over UDP to a simulated USB port – at least i think thats what it does.
http://wiki.spench.net/wiki/BorIP_Server
There are also instructions here for installing GR (gnu radio) on mac os
Digital Signal Processing – rtlSDR – fall 2012
http://inst.eecs.berkeley.edu/~ee123/fa12/rtl_sdr.html
Here is a discussion about mkfifo (pipes) but I can’t seem to get Max to interpret the FIFO as audio samples
http://www.reddit.com/r/RTLSDR/comments/rd15f/some_noob_questions_after_succesfully_getting/
I think I know how to figure out the streaming IQ thing now. Capture samples to a file, then look at the format. Then maybe pipe the file through something like auconvert to make it into a wave file. If that works, then maybe there is a way to to it as streaming.
Or figure out how to stream from tcp/ip version to audio.