Configure a baseband file reader object to read the baseband_samples_1ghz.bb baseband signal file. Then read the characteristic information of the baseband file reader by using the info object function.
ans = struct with fields:
NumSamplesInData: 10000
DataType: 'double'
NumSamplesRead: 0
Release the baseband file reader object and reconfigure the object to read the ais_capture.bb baseband signal file. Then, read the characteristic information about the reconfigured baseband file reader object by using the info object function.
Characteristic information about the baseband file reader, returned as a scalar
structure. Default content include these fields.
Total number of baseband data samples in the file, returned as a positive
integer.
Data Types: double
Data type of the baseband signal in the file, returned as
'double', 'single',
'uint8', 'uint16',
'uint32', 'uint64',
'int8', 'int16',
'int32', or 'int64'.
Number of samples read from the file, returned as a nonnegative integer. The
returned value does not exceed the value of the
NumSamplesInData property of the baseband file reader when
the CyclicRepetition property in that object is
false.
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Seleccione un país/idioma
Seleccione un país/idioma para obtener contenido traducido, si está disponible, y ver eventos y ofertas de productos y servicios locales. Según su ubicación geográfica, recomendamos que seleccione: .
También puede seleccionar uno de estos países/idiomas:
Cómo obtener el mejor rendimiento
Seleccione China (en idioma chino o inglés) para obtener el mejor rendimiento. Los sitios web de otros países no están optimizados para ser accedidos desde su ubicación geográfica.