-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
54 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
|
||
## 文档格式 | ||
|
||
- 中文中混杂英文词语和数字时,需要补充空格。 | ||
// 这点没严格执行,有章节更新的话,会逐步完善这一块。 | ||
> "本文档描述了 LoRaWAN 网络协议" // 前后都有汉字时在前后补充空格。 | ||
> "LoRaWAN 网络通常采用星型拓扑结构" // 句首已经有明显分割,可以不补充空格。 | ||
> “终端设备又称为 motes。” // 句末已经有明显分割,可以不补充空格。 | ||
> “使用速率自适应(ADR)机制” // 分隔符号出现的周围,已经有明显分割,可以不补充空格。 | ||
- 非协议内容的个人注解插入,使用代码块样式进行引用,和普通文本做区别。 | ||
|
||
``` | ||
twowinter注: | ||
发射占空比定义:发射时长占总时长的比例。按照无线电规定,每个设备不能持续占用信道,通过最大发射占空比来限制终端占用信道的时间。 | ||
例如某终端发送某数据时的发射时长为 1s,当地无线电规定中的最大发射占空比为1%,则该终端需要等候 99s 才能进行下一次的发射。 | ||
``` | ||
|
||
- | ||
|
||
## 术语翻译约定 | ||
|
||
maximum transmit duty cycle | 最大发射占空比 | ||
dwell time | 空中停留时间 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters