Pluto SDR recording DVB-S2 in Matlab

  • Hi

    I am recording a dvb-s2 signal using pluto sdr and writing the data to a file sink ( complex format ) in gnu radio.

    When I try to do the same in Matlab, the file written in Matlab does not work in the decoder whereas the one saved in gnu radio and gqrx works.

    I used the following code https://github.com/adamgann/matlab_utils for complex data writing but the file size in matlab is in MB where as in gnu radio/gqrx same amount of data is in GB.

    I want to save .bin data in Matlab using pluto in 32 bit complex numbers / float format .

    Thank you !