Skip to content

Commit de0be24

Browse files
authored
Update 20231007_01.md
1 parent 4df7f23 commit de0be24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

202310/20231007_01.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ select (1696723200 - 1696118400) / 7.0 / 1440 ;
140140
(1 row)
141141
```
142142

143-
创建一个函数, 生成比较合理的轨迹(基准起点+随机偏移), 每个位置的时间增长按 `800` + `0~128` 秒范围正态分布 (平均`864`) 随机增长 或 每个位置的时间增长按 `30` + `0~60` 秒范围正态分布 (平均`60`) 随机增长
143+
创建一个函数, 生成比较合理的轨迹(基准起点+随机偏移), 每个位置的时间增长按 `800` + `0~128` 秒范围随机分布 (平均`864`) 随机增长 或 每个位置的时间增长按 `30` + `0~60` 秒范围随机分布 (平均`60`) 随机增长
144144
```
145145
create or replace function in_user_pos(v_uid int8, v_pos_lon int, v_pos_lat int, v_ts int8, v_lon_min int, v_lon_max int, v_lat_min int, v_lat_max int, cnt int, flag int) returns void as $$
146146
declare

0 commit comments

Comments
 (0)