230b7b6cfeb142ddd3d480e44c3f2175d3d0049c
[debian/gnuradio] / gr-msdd6000 / src / README
1 This block implements an interface between the Softronics MSDD6000 and GR
2
3 Jul 13, 2008
4
5 Tools / Waveforms
6         
7
8         - python-examples/new_msdd/fft.py
9                 A clone of the original usrp_fft.py
10                 adapted to work with the new msdd.source_simple
11                 source block.
12                 run ./new_msdd_fft.py -W 
13                 for waterfall mode.
14                 
15
16 GNU Radio Blocks,
17
18         - msdd.source_simple
19                 this block produces a stream of
20                 interleaved complex shorts and 
21                 currently works with FAPP.LDR
22                 
23                 if you want complex floats,
24                 put a gr.interleaved_short_to_complex()
25                 block immidiately following.
26
27         
28         - msdd.source_s / source_c / source_base
29                 These were written with the
30                 old TCP based app.ldr protocol
31                 and will no longer work.
32                 data was never streamed
33                 without discontinuities
34                 through this method.