- 博客(4)
- 收藏
- 关注
原创 Ubuntu换源
Ubuntu换源 sudo gedit /etc/apt/sources.list # 阿里云源 deb http://mirrors.aliyun.com/ubuntu/ trusty main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ trusty-security main restricted universe multiverse deb http://mirrors.aliyun.com/ubunt
2020-08-25 13:27:51
546
转载 Win10系统下VMware Player与Device/Credential Guard不兼容
以管理员身份运行命令提示符,运行以下命令: bcdedit /set hypervisorlaunchtype off 重启系统后再次运行VMware Player
2020-08-07 17:09:51
220
原创 用代码实现的Li-Fi模拟
这次是一个用代码实现的Li-Fi模拟 Li-Fi是一个非常有意思的概念,虽然Li-Fi的未来并不是很明显,而且在我看没有什么应用价值。把Li-Fi应用在公共环境更是无稽之谈。但是模拟一下还是挺有意思的。 本质上和之前写的WLAN模拟十分相似 参数就随便设置了,这里直接贴上模拟的代码 同样是使用For循环来做 for sim_index = 1:Len Psn = snrVec(sim_in...
2019-04-30 20:02:04
407
2
原创 用代码来模拟WLAN实验
模拟WLAN实验,首先是整个系统的数据设置 snrVec = [随意设置你想要的信噪比]; %设置几种类型,你想要几种就设置几种; ModType = 4; IterNum = 设置带宽; OFDMNum = 2; Len = length(snrVec); BER = zeros(1,Len); PER = zeros(1,Len); 其次是模拟实验的参数设置 PSDU = ones(1,2...
2019-04-30 19:54:26
457
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人