System object: comm.BasebandFileReader
Package: comm
Characteristic information about baseband file reader
s = info(bbr)
s = info(bbr)
returns a structure, s
,
containing characteristic information for the BasebandFileReader
System object™, bbr
. s
has
these fields:
NumSamplesInData
is the total number
of baseband data samples in the file, returned as a positive integer.
DataType
is the data type of the
baseband signal in the file.
NumSamplesRead
is the number of
samples that have been read from the file, returned as a positive
integer. It cannot exceed the NumSamplesInData
property
when CyclicRepetition
is false
.