S = info(bbw) returns
characteristic information about the specified baseband file writer.
Note
All fields are determined and viewable after the object is run and locked. When the
object is unlocked, only the Filename and
NumSamplesWritten fields are available and viewable.
Characteristic information about the baseband file writer, returned as a structure.
Default content include these fields.
Name of the baseband file to write, returned as a character vector. The
filename shows the absolute path.
Data Types: char
Number of samples in each frame, returned as a positive integer.
Dependencies
To enable this field, you must first run the baseband file writer
object.
Data Types: double
Number of channels in the baseband signal written to the file, returned as a
positive integer.
Dependencies
To enable this field, you must first run the baseband file writer
object.
Data Types: double
Data type of the baseband signal written to the file, returned as
'double', 'single',
'uint8', 'uint16',
'uint32', 'uint64',
'int8', 'int16',
'int32', or 'int64'.
Dependencies
To enable this field, you must first run the baseband file writer
object.
Total number of baseband data samples written to the file, returned as a
positive integer. This field returns the smaller of the total number of samples
processed by the input baseband file writer object and the
NumSamplesWritten property of that object.