├── .gitattributes ├── RMS.m ├── SI.m ├── Taylor.m ├── main.m ├── 均方误差对比.png ├── 基于SI算法的uwb定位程序说明.docx ├── 超宽带信标室内定位系统关键技术研究_张晨曦.pdf └── 轨迹图.png /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plusixxx666/UWB-ranging-simulation/HEAD/.gitattributes -------------------------------------------------------------------------------- /RMS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plusixxx666/UWB-ranging-simulation/HEAD/RMS.m -------------------------------------------------------------------------------- /SI.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plusixxx666/UWB-ranging-simulation/HEAD/SI.m -------------------------------------------------------------------------------- /Taylor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plusixxx666/UWB-ranging-simulation/HEAD/Taylor.m -------------------------------------------------------------------------------- /main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plusixxx666/UWB-ranging-simulation/HEAD/main.m -------------------------------------------------------------------------------- /均方误差对比.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plusixxx666/UWB-ranging-simulation/HEAD/均方误差对比.png -------------------------------------------------------------------------------- /基于SI算法的uwb定位程序说明.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plusixxx666/UWB-ranging-simulation/HEAD/基于SI算法的uwb定位程序说明.docx -------------------------------------------------------------------------------- /超宽带信标室内定位系统关键技术研究_张晨曦.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plusixxx666/UWB-ranging-simulation/HEAD/超宽带信标室内定位系统关键技术研究_张晨曦.pdf -------------------------------------------------------------------------------- /轨迹图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plusixxx666/UWB-ranging-simulation/HEAD/轨迹图.png --------------------------------------------------------------------------------