JiaoXianjun / LTE-Cell-Scanner

OpenCL, SDR, TDD/FDD LTE cell scanner, full stack from A/D samples to SIB ASN1 messages decoded in PDSCH, (optimized for RTL-SDR HACKRF and BladeRF board)
http://sdr-x.github.io/
GNU Affero General Public License v3.0
674 stars 194 forks source link

BIN to MAT FILE CONVERSION #56

Open ivyselly opened 12 months ago

ivyselly commented 12 months ago

Hi, please i see that in the regression_test_signal_file directory, there is a .bin file and an equivalent .mat file, is there a function in the repository that handles this conversion maybe?

How do i convert my .bin file to a .mat file ?

ANy feedback or directions would be appreciated

JiaoXianjun commented 12 months ago

https://github.com/JiaoXianjun/LTE-Cell-Scanner/blob/bef6ef47d6abefecb6d5066a262ad7e49c96a4a7/Matlab/LTE_DL_receiver.m#L71

https://github.com/JiaoXianjun/LTE-Cell-Scanner/blob/bef6ef47d6abefecb6d5066a262ad7e49c96a4a7/Matlab/LTE_DL_receiver.m#L78C13-L78C32

ivyselly commented 11 months ago

thanks for the reply