I wrote gr-cxadc which is a gnuradio wrapper to use the cxadc driver
from any gnuradio script, just like the gr-usrp does for the usrp.
So you don’t need to capture to file first anymore.
I also wrote some example scripts which work fine (including GUI).
I haven’t implemented tuning yet, because we need a mor general approach
for the different tuners out-there.
(Maybe use the way this is done in v4l drivers)
For now I just hooked the IF-output of my TVRX to the video-input of the
cx2388xx TV-tuner card.
(I then can tune the TVRX tuner using the usrp, but all the capturing is
done using the tv-card / cxadc)
cxadc_examples.tar.gz example scripts (copied from usrp examples and
modified to work with gr-cxadc)
cx2388x_oscope.py
cxadc_fft.py
cxadc_rx_cfile.py
cxadc_wfm_rcv.py
cxadc_wfm_rcv_nogui.py
cxadc_v3.tar.gz The kernel driver written by Hew How Chee
gr-cxadc-0.1cvs.tar.gz The gnuradio code to use it from gnuradio