I have saved a gnu radio binary file of my experiment, which I would like to open on Matlab for further post-processing. However, the normal fopen,fread doesn't seem to work as the array it generates contains only zeros, which contradicts the output seen on gnu radio when the file is used as a file source. Moreover, I have tried using read_complex_binary() function for gnu radio on Matlab which produces the same array like the one above mentioned. Please see the attached image.
My goal: open the gnu file on Matlab so that I get the same plot as figure 2