X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=gr-msdd6000%2Fsrc%2FREADME;fp=gr-msdd6000%2Fsrc%2FREADME;h=230b7b6cfeb142ddd3d480e44c3f2175d3d0049c;hb=fd9980f919b6f05e2fbea404fea322825ce438f0;hp=0000000000000000000000000000000000000000;hpb=2415ccdbf9d97878a0888bbdff30d699ae2326dd;p=debian%2Fgnuradio diff --git a/gr-msdd6000/src/README b/gr-msdd6000/src/README new file mode 100644 index 00000000..230b7b6c --- /dev/null +++ b/gr-msdd6000/src/README @@ -0,0 +1,34 @@ +This block implements an interface between the Softronics MSDD6000 and GR + +Jul 13, 2008 + +Tools / Waveforms + + + - python-examples/new_msdd/fft.py + A clone of the original usrp_fft.py + adapted to work with the new msdd.source_simple + source block. + run ./new_msdd_fft.py -W + for waterfall mode. + + +GNU Radio Blocks, + + - msdd.source_simple + this block produces a stream of + interleaved complex shorts and + currently works with FAPP.LDR + + if you want complex floats, + put a gr.interleaved_short_to_complex() + block immidiately following. + + + - msdd.source_s / source_c / source_base + These were written with the + old TCP based app.ldr protocol + and will no longer work. + data was never streamed + without discontinuities + through this method.