Method and Description |
---|
BasebandSignal#getCarrierFrequency()
Gets the carrier frequency for the passband signal represented by this
baseband signal.
|
BasebandSignal#getPreambleID()
Gets the preamble identifier.
|
BasebandSignal#getSamplingRate()
Gets the sampling rate of the signal.
|
BasebandSignal#setCarrierFrequency(int fc)
Sets the carrier frequency for the passband signal represented by this
baseband signal.
|
BasebandSignal#setPreambleID(int n)
Sets the preamble identifier (default is 0).
|
BasebandSignal#setSamplingRate(int fs)
Sets the sampling rate of the signal.
|