MATLAB ヘルプ センター
Packet transmission time
Since R2022b
t = transmitTime(cfg)
t = transmitTime(cfg,unit)
t = transmitTime(cfg) returns the packet transmission time in seconds for the physical layer (PHY) format configuration specified in cfg.
t
cfg
example
t = transmitTime(cfg,unit) specifies unit, the unit in which the function returns the packet transmission time.
unit
collapse all
Create an HE SU configuration object for a 40 MHz transmission.
cfgHE = wlanHESUConfig; cfgHE.ChannelBandwidth = 'CBW40';
Calculate and display the packet transmission times in seconds and milliseconds.
t = transmitTime(cfgHE)
t = 1.1600e-04
t_milli = transmitTime(cfgHE,'milliseconds')
t_milli = 0.1160
wlanDMGconfig
wlanEHTMUConfig
wlanEHTTBConfig
wlanHEMUConfig
wlanHESUConfig
wlanHETBConfig
wlanHTConfig
wlanNonHTConfig
wlanS1GConfig
wlanVHTConfig
wlanWURConfig
PHY format configuration, specified as one of these objects: wlanDMGConfig, wlanEHTMUConfig, wlanEHTTBConfig, wlanHEMUConfig, wlanHESUConfig, wlanHETBConfig, wlanHTConfig, wlanNonHTConfig, wlanS1GConfig, wlanVHTConfig, or wlanWURConfig.
wlanDMGConfig
'seconds'
'milliseconds'
'microseconds'
'nanoseconds'
The unit of the returned packet transmission time, specified as one of 'seconds', 'milliseconds', 'microseconds', or 'nanoseconds'.
Data Types: char | string
char
string
Packet transmission time, returned as a positive scalar.
When you do not specify unit, or specify unit as 'seconds', the time is returned in seconds.
When you specify unit as 'milliseconds', the time is returned in milliseconds.
When you specify unit as 'microseconds', the time is returned in microseconds.
When you specify unit as 'nanoseconds', the time is returned in nanoseconds.
expand all
You can specify the input cfg as an object of type wlanEHTTBConfig.
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Web サイトの選択
Web サイトを選択すると、翻訳されたコンテンツにアクセスし、地域のイベントやサービスを確認できます。現在の位置情報に基づき、次のサイトの選択を推奨します:
また、以下のリストから Web サイトを選択することもできます。
最適なサイトパフォーマンスの取得方法
中国のサイト (中国語または英語) を選択することで、最適なサイトパフォーマンスが得られます。その他の国の MathWorks のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
ヨーロッパ
アジア太平洋地域
最寄りの営業オフィスへのお問い合わせ