lf.data.rx.load_rx_data

lf.data.rx.load_rx_data(mat_file, variables=None, file_check=True)

Properly format an LF AWESOME receiver’s output mat file

Parameters
  • mat_file (string) – File path to a specific .mat file

  • variables (list of strings, optional) – List of variables to be extracted from the .mat file

  • file_check (boolean, optional) – Flag to check whether the input mat_file and variables are valid

Returns

dictionary containing formatted LF Data

Return type

dict

See also

LFData()

Data management class