bleIdealReceiver
Decode Bluetooth LE PHY waveform
Syntax
Description
[
decodes the Bluetooth® low energy (LE) physical layer (PHY) waveform, bits
,accessAddr
] = bleIdealReceiver(waveform
)waveform
,
generated by the bleWaveformGenerator
function. The function returns the
received bits, bits
, and the access address,
accesAddr
.
[
also specifies options using one or more name-value pair arguments. For example,
bits
,accessAddr
] = bleIdealReceiver(waveform
,Name,Value
)'Mode','LE2M'
sets the PHY transmission mode of the desired Bluetooth
LE waveform to 'LE2M'
.
Examples
Input Arguments
Output Arguments
References
[1] Bluetooth Technology Website. “Bluetooth Technology Website | The Official Website of Bluetooth Technology.” Accessed November 22, 2021. https://www.bluetooth.com/.
[2] Bluetooth Special Interest Group (SIG). "Bluetooth Core Specification." Version 5.3. https://www.bluetooth.com/.
Extended Capabilities
Version History
Introduced in R2019b