Return nominal sample rate
fs = wlanSampleRate(cfgFormat)
example
fs = wlanSampleRate(cfgFormat) returns fs, the nominal sample rate for specified format configuration object cfgFormat.
fs
cfgFormat
collapse all
Get the sample rate for a very-high-throughput-format (VHT-format) configuration in samples per second.
cfgVHT = wlanVHTConfig; fs = wlanSampleRate(cfgVHT); disp(fs)
80000000
wlanHESUConfig
wlanHEMUConfig
wlanHETBConfig
wlanHERecoveryConfig
wlanDMGConfig
wlanS1GConfig
wlanVHTConfig
wlanHTConfig
wlanNonHTConfig
Packet format configuration, specified as one of these configuration objects: wlanHESUConfig, wlanHEMUConfig, wlanHETBConfig, wlanHERecoveryConfig, wlanDMGConfig, wlanS1GConfig, wlanVHTConfig, wlanHTConfig, or wlanNonHTConfig. The cfgFormat input determines the nominal sample rate.
Sample rate, in samples per second, returned as a scalar.
You have a modified version of this example. Do you want to open this example with your edits?