1 Star 1 Fork 1

mmmmachine/beng_thesis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
v_n_addnoise.m 260 Bytes
一键复制 编辑 原始数据 按行查看 历史
function [ v_n_gps ] = v_n_addnoise( v_n_ref, v_gps_noise)
%V_N_ADDNOISE Adds proper noise to the velocity
% We assume vertical velocity to be always zero (and its noise)
noise=wgn(2,1,v_gps_noise^2,'linear');
noise=[noise;0];
v_n_gps=v_n_ref+noise;
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Matlab
1
https://gitee.com/mmmmachine/beng_thesis.git
git@gitee.com:mmmmachine/beng_thesis.git
mmmmachine
beng_thesis
beng_thesis
master

搜索帮助